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:
|
deploy:
|
||||||
provider: script
|
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
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
8
pom.xml
8
pom.xml
|
|
@ -202,6 +202,14 @@
|
||||||
|
|
||||||
<!-- mvn clean deploy -P release -->
|
<!-- mvn clean deploy -P release -->
|
||||||
<profiles>
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>selected-build</id>
|
||||||
|
<modules>
|
||||||
|
<module>jsprit-core</module>
|
||||||
|
<module>jsprit-io</module>
|
||||||
|
<module>jsprit-analysis</module>
|
||||||
|
</modules>
|
||||||
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>release</id>
|
<id>release</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue