1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

continuous deployment of snapshots

This commit is contained in:
oblonski 2017-10-26 17:20:16 +02:00
parent 41710f3dbd
commit 3a5e42691b
No known key found for this signature in database
GPG key ID: 179DE487285680D1
2 changed files with 9 additions and 1 deletions

View file

@ -59,7 +59,7 @@ cache:
deploy:
provider: script
script: "mvn deploy --settings .travis.settings.xml -DskipTests=true -B"
script: "mvn deploy --settings .travis.settings.xml -DskipTests=true -B -P selected-build"
skip_cleanup: true
on:
branch: master

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>