[vlma-devel] commit: Aggregate the javadoc reports from subprojects. (Adrien Grand )
git version control
git at videolan.org
Sat Sep 20 11:40:00 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Sep 20 11:02:18 2008 +0200| [dce2ceac4fe08e47df78046bbb37a0f852ab07c2] | committer: Adrien Grand
Aggregate the javadoc reports from subprojects.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=dce2ceac4fe08e47df78046bbb37a0f852ab07c2
---
pom.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 00e29a7..008a4d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,9 +158,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
+ <aggregate>true</aggregate>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
+ <link>http://commons.apache.org/configuration/apidocs/</link>
</links>
</configuration>
</plugin>
More information about the vlma-devel
mailing list