File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 99 - mvn clean verify
1010 - java -jar NetLicensingClient-demo/target/netlicensing-client-demo.jar
1111after_success :
12- - test "${TRAVIS_JDK_VERSION}" == "openjdk7" && test "${TRAVIS_TEST_RESULT}" == "0" && mvn deploy -Drepo.snapshots.url=https://oss.sonatype.org/content/repositories/snapshots
12+ - test "${TRAVIS_JDK_VERSION}" == "openjdk7" && test "${TRAVIS_TEST_RESULT}" == "0" && mvn deploy --settings travis-mvn-settings.xml - Drepo.snapshots.url=https://oss.sonatype.org/content/repositories/snapshots -DskipTests=true -B
Original file line number Diff line number Diff line change 1+ <settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0
4+ https://maven.apache.org/xsd/settings-1.0.0.xsd" >
5+ <servers >
6+ <server >
7+ <!-- Maven Central Deployment (snapshot) -->
8+ <id >lmbox-snapshots</id >
9+ <username >${env.SONATYPE_USERNAME}</username >
10+ <password >${env.SONATYPE_PASSWORD}</password >
11+ </server >
12+ </servers >
13+ </settings >
You can’t perform that action at this time.
0 commit comments