diff --git a/spring-boot-javadoc/pom.xml b/spring-boot-javadoc/pom.xml
index 6f4b6165025..342430e155a 100644
--- a/spring-boot-javadoc/pom.xml
+++ b/spring-boot-javadoc/pom.xml
@@ -9,7 +9,7 @@
../spring-boot-parent
spring-boot-javadoc
- jar
+ pom
${project.groupId}
@@ -49,13 +49,34 @@
aggregate-javadocs
- jar
+ aggregate-jar
true
${project.groupId}:*
+ false
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ attach-javadoc-zip
+
+ attach-artifact
+
+
+
+
+ ${project.build.directory}/${project.name}-${project.version}-javadoc.jar
+ zip
+
+