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