diff --git a/.settings.xml b/.settings.xml index b3358a1e..006f51ef 100644 --- a/.settings.xml +++ b/.settings.xml @@ -7,4 +7,54 @@ ${env.CI_DEPLOY_PASSWORD} + + + spring + true + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + http://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/libs-milestone-local + + false + + + + + diff --git a/.travis.yml b/.travis.yml index 86a8622b..ab62519f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - git config credential.helper "store --file=.git/credentials" - echo "https://$GH_TOKEN:@github.com" > .git/credentials install: -- mvn install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true +- mvn --settings .settings.xml install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true - ./src/main/asciidoc/ghpages.sh script: mvn --settings .settings.xml deploy -nsu -Dmaven.test.redirectTestOutputToFile=true env: diff --git a/pom.xml b/pom.xml index f403e016..1b28e247 100644 --- a/pom.xml +++ b/pom.xml @@ -67,14 +67,4 @@ - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - -