From 8017c04e307851243bf4b854899003eabd11ac49 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 19 Dec 2013 15:12:15 -0800 Subject: [PATCH] Rename spring-boot-javadoc to spring-boot-docs Renamed javadoc to a general purpose docs project that can be automatically deployed. --- .../pom.xml | 31 ++++++++++++++++--- spring-boot-full-build/pom.xml | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) rename {spring-boot-javadoc => spring-boot-docs}/pom.xml (76%) diff --git a/spring-boot-javadoc/pom.xml b/spring-boot-docs/pom.xml similarity index 76% rename from spring-boot-javadoc/pom.xml rename to spring-boot-docs/pom.xml index b524d508bb..edd0e4bb29 100644 --- a/spring-boot-javadoc/pom.xml +++ b/spring-boot-docs/pom.xml @@ -8,8 +8,7 @@ 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent - spring-boot-javadoc - jar + spring-boot-docs ${project.groupId} @@ -61,19 +60,43 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + package-and-attach-docs-zip + package + + run + + + + + + + + + + + + org.codehaus.mojo build-helper-maven-plugin - attach-javadoc-zip + attach-zip attach-artifact - ${project.build.directory}/${project.name}-${project.version}-javadoc.jar + ${project.build.directory}/${project.name}-${project.version}.zip zip;zip.type=docs;zip.deployed=false diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index e40acbb0a9..4e3f40b8ae 100644 --- a/spring-boot-full-build/pom.xml +++ b/spring-boot-full-build/pom.xml @@ -18,7 +18,7 @@ ../spring-boot-cli ../spring-boot-samples ../spring-boot-integration-tests - ../spring-boot-javadoc + ../spring-boot-docs