diff --git a/.travis.yml b/.travis.yml index 62cef7b8..861c4edc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ before_install: git config user.name "$GIT_NAME" && git config user.email "$GIT_ && git config credential.helper "store --file=.git/credentials" && echo "https://$GH_TOKEN:@github.com" > .git/credentials install: - - mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true + - mvn 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 e59ccf00..1b28e247 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,9 @@ Spring Cloud Config http://projects.spring.io/spring-cloud/ - org.springframework.boot - spring-boot-starter-parent - 1.1.5.RELEASE + org.springframework.cloud + spring-cloud-build + 1.0.0.BUILD-SNAPSHOT @@ -19,272 +19,6 @@ spring-cloud-config-server spring-cloud-config-sample - - Pivotal Software, Inc. - http://www.spring.io - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - - - https://github.com/spring-cloud/spring-cloud-config - - - - dsyer - Dave Syer - dsyer at gopivotal.com - Pivotal Software, Inc. - http://www.spring.io - - Project lead - - - - - 3.0.0 - - - ${basedir} - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - - com.google.code.maven-replacer-plugin - replacer - 1.5.3 - - - - - - maven-antrun-plugin - - - org.jruby - jruby-complete - 1.7.12 - - - - - readme - process-resources - - run - - false - - - - - - - - - - - - - - org.asciidoctor - asciidoctor-maven-plugin - 1.5.0 - - - generate-docs - process-resources - - process-asciidoc - - false - - ${project.artifactId}.adoc - html - article - - true - ${project.version} - - - - - - - - - - milestone - - - repo.spring.io - Spring Milestone Repository - https://repo.spring.io/libs-milestone-local - - - - - central - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - - sonatype-nexus-staging - Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - - - full - - - - org.apache.maven.plugins - maven-antrun-plugin - false - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-nodeps - 1.8.1 - - - org.tigris.antelope - antelopetasks - 3.2.10 - - - - - package-and-attach-docs-zip - package - - run - - - - - - - - - - - setup-maven-properties - validate - - run - - - true - - - - - - - - - - - - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-zip - - attach-artifact - - - - - ${project.build.directory}/${project.artifactId}-${project.version}.zip - zip;zip.type=docs;zip.deployed=false - - - - - - - - - - - - - http://www.springsource.com/download/community - - - spring-docs - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-retry/docs/${project.version} - - - - repo.spring.io - Spring Release Repository - https://repo.spring.io/libs-release-local - - - repo.spring.io - Spring Snapshot Repository - https://repo.spring.io/libs-snapshot-local - - @@ -309,40 +43,28 @@ - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - + + + docs + + + + org.asciidoctor + asciidoctor-maven-plugin + false + + + org.apache.maven.plugins + maven-antrun-plugin + false + + + org.codehaus.mojo + build-helper-maven-plugin + false + + + + +