diff --git a/pom.xml b/pom.xml index 0ce4ca7e..7de25a6a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,365 +2,17 @@ 4.0.0 org.springframework.cloud - spring-cloud-build + spring-cloud-parent 1.0.0.BUILD-SNAPSHOT pom - Spring Cloud Build - Spring Cloud Build - http://projects.spring.io/spring-cloud/ + Spring Cloud Parent org.springframework.boot spring-boot-starter-parent 1.2.0.BUILD-SNAPSHOT - - 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-build - scm:git:git://github.com/spring-cloud/spring-cloud-build.git - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-build.git - HEAD - - - - dsyer - Dave Syer - dsyer at pivotal.io - Pivotal Software, Inc. - http://www.spring.io - - Project lead - - - - sgibb - Spencer Gibb - sgibb at pivotal.io - Pivotal Software, Inc. - http://www.spring.io - - Project lead - - - - - 3.0.0 - - - UTF-8 - 1.7 - ${basedir} - ${project.artifactId} - - - - - maven-javadoc-plugin - - - javadoc - - jar - - package - - - - - maven-source-plugin - - - attach-sources - - jar - - package - - - - - - - - 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 - - - org.asciidoctor - asciidoctor-maven-plugin - 1.5.0 - - - - - - - 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 - - - - - - - - - java8 - [1.8,) - - - - maven-javadoc-plugin - - -Xdoclint:none - - - - - - - java7 - - - .jdk8 - - - - - - org.codehaus.mojo - animal-sniffer-maven-plugin - - - org.codehaus.mojo.signature - java17 - 1.0 - - - - - enforce-java-7 - test - - check - - - - - - - - - docs - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-docs - process-resources - - process-asciidoc - - - ${docs.main}.adoc - html - article - - true - ${project.version} - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-nodeps - 1.8.1 - - - org.tigris.antelope - antelopetasks - 3.2.10 - - - org.jruby - jruby-complete - 1.7.12 - - - - - readme - process-resources - - run - - - - - - - - - - - - - package-and-attach-docs-zip - package - - run - - - - - - - - - - - setup-maven-properties - validate - - run - - - true - - - - - - - - - - - - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-zip - - attach-artifact - - - true - - - ${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 - - + + spring-cloud-build + diff --git a/Guardfile b/spring-cloud-build/Guardfile similarity index 100% rename from Guardfile rename to spring-cloud-build/Guardfile diff --git a/README.adoc b/spring-cloud-build/README.adoc similarity index 100% rename from README.adoc rename to spring-cloud-build/README.adoc diff --git a/eclipse-code-formatter.xml b/spring-cloud-build/eclipse-code-formatter.xml similarity index 100% rename from eclipse-code-formatter.xml rename to spring-cloud-build/eclipse-code-formatter.xml diff --git a/spring-cloud-build/pom.xml b/spring-cloud-build/pom.xml new file mode 100644 index 00000000..11afe9aa --- /dev/null +++ b/spring-cloud-build/pom.xml @@ -0,0 +1,365 @@ + + + 4.0.0 + org.springframework.cloud + spring-cloud-build + pom + Spring Cloud Build + Spring Cloud Build + http://projects.spring.io/spring-cloud/ + + org.springframework.cloud + spring-cloud-parent + 1.0.0.BUILD-SNAPSHOT + + + + 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-build + scm:git:git://github.com/spring-cloud/spring-cloud-build.git + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-build.git + HEAD + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + http://www.spring.io + + Project lead + + + + + 3.0.0 + + + UTF-8 + 1.7 + ${basedir} + ${project.artifactId} + + + + + maven-javadoc-plugin + + + javadoc + + jar + + package + + + + + maven-source-plugin + + + attach-sources + + jar + + package + + + + + + + + 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 + + + org.asciidoctor + asciidoctor-maven-plugin + 1.5.0 + + + + + + + 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 + + + + + + + + + java8 + [1.8,) + + + + maven-javadoc-plugin + + -Xdoclint:none + + + + + + + java7 + + + .jdk8 + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + + + org.codehaus.mojo.signature + java17 + 1.0 + + + + + enforce-java-7 + test + + check + + + + + + + + + docs + + + + + org.asciidoctor + asciidoctor-maven-plugin + + + generate-docs + process-resources + + process-asciidoc + + + ${docs.main}.adoc + html + article + + true + ${project.version} + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + org.apache.ant + ant-nodeps + 1.8.1 + + + org.tigris.antelope + antelopetasks + 3.2.10 + + + org.jruby + jruby-complete + 1.7.12 + + + + + readme + process-resources + + run + + + + + + + + + + + + + package-and-attach-docs-zip + package + + run + + + + + + + + + + + setup-maven-properties + validate + + run + + + true + + + + + + + + + + + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-zip + + attach-artifact + + + true + + + ${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 + + + diff --git a/src/main/asciidoc/README.adoc b/spring-cloud-build/src/main/asciidoc/README.adoc similarity index 100% rename from src/main/asciidoc/README.adoc rename to spring-cloud-build/src/main/asciidoc/README.adoc diff --git a/src/main/asciidoc/building.adoc b/spring-cloud-build/src/main/asciidoc/building.adoc similarity index 100% rename from src/main/asciidoc/building.adoc rename to spring-cloud-build/src/main/asciidoc/building.adoc diff --git a/src/main/asciidoc/contributing.adoc b/spring-cloud-build/src/main/asciidoc/contributing.adoc similarity index 100% rename from src/main/asciidoc/contributing.adoc rename to spring-cloud-build/src/main/asciidoc/contributing.adoc diff --git a/src/main/asciidoc/ghpages.sh b/spring-cloud-build/src/main/asciidoc/ghpages.sh similarity index 100% rename from src/main/asciidoc/ghpages.sh rename to spring-cloud-build/src/main/asciidoc/ghpages.sh diff --git a/src/main/asciidoc/spring-cloud-build.adoc b/spring-cloud-build/src/main/asciidoc/spring-cloud-build.adoc similarity index 100% rename from src/main/asciidoc/spring-cloud-build.adoc rename to spring-cloud-build/src/main/asciidoc/spring-cloud-build.adoc diff --git a/src/main/ruby/generate_readme.sh b/spring-cloud-build/src/main/ruby/generate_readme.sh similarity index 100% rename from src/main/ruby/generate_readme.sh rename to spring-cloud-build/src/main/ruby/generate_readme.sh