1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
This commit is contained in:
kobyb 2017-11-05 17:22:04 +02:00
commit f5dd04329c
31 changed files with 365 additions and 1121 deletions

View file

@ -202,6 +202,14 @@
<!-- mvn clean deploy -P release -->
<profiles>
<profile>
<id>selected-build</id>
<modules>
<module>jsprit-core</module>
<module>jsprit-io</module>
<module>jsprit-analysis</module>
</modules>
</profile>
<profile>
<id>release</id>
<activation>