From 2a3985eab7652cac0e8220b661910ab620b1ece8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 3 Sep 2013 23:44:32 -0700 Subject: [PATCH] Add Javadoc aggregate project Add a Maven project to aggregate appropriate Javadocs into a consolidated set. --- spring-boot-full-build/pom.xml | 3 +- spring-boot-javadoc/pom.xml | 68 ++++++++++++++++++++++++++++++++++ spring-boot-parent/pom.xml | 1 + 3 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 spring-boot-javadoc/pom.xml diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index 8a387494dd..e40acbb0a9 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 0000000000..c1d94f5cca --- /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 cb2d4d5f69..237f9138e7 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -332,6 +332,7 @@ jar + true