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:
parent
41710f3dbd
commit
3a5e42691b
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
8
pom.xml
8
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue