diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml
index 8a387494ddf..e40acbb0a98 100644
--- a/spring-boot-full-build/pom.xml
+++ b/spring-boot-full-build/pom.xml
@@ -8,7 +8,7 @@
pom
../
- ../spring-boot-dependencies
+ ../spring-boot-dependencies
../spring-boot-parent
../spring-boot-tools
../spring-boot
@@ -18,6 +18,7 @@
../spring-boot-cli
../spring-boot-samples
../spring-boot-integration-tests
+ ../spring-boot-javadoc
diff --git a/spring-boot-javadoc/pom.xml b/spring-boot-javadoc/pom.xml
new file mode 100644
index 00000000000..c1d94f5cca0
--- /dev/null
+++ b/spring-boot-javadoc/pom.xml
@@ -0,0 +1,68 @@
+
+
+ 4.0.0
+
+ org.springframework.boot
+ spring-boot-parent
+ 0.5.0.BUILD-SNAPSHOT
+ ../spring-boot-parent
+
+ spring-boot-javadoc
+ jar
+
+
+ ${project.groupId}
+ spring-boot
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-autoconfigure
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-actuator
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-loader
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-loader-tools
+ ${project.version}
+
+
+
+
+ full
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ aggregate-javadocs
+
+ jar
+
+
+ true
+
+ ${project.groupId}:*
+
+
+
+
+
+
+
+
+
+
diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml
index cb2d4d5f69e..237f9138e70 100644
--- a/spring-boot-parent/pom.xml
+++ b/spring-boot-parent/pom.xml
@@ -332,6 +332,7 @@
jar
+ true