You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2007/05/08 20:12:19 UTC

svn commit: r536280 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Tue May  8 11:12:18 2007
New Revision: 536280

URL: http://svn.apache.org/viewvc?view=rev&rev=536280
Log:
JCR-751: Aggregate javadoc generation

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?view=diff&rev=536280&r1=536279&r2=536280
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Tue May  8 11:12:18 2007
@@ -97,6 +97,18 @@
           </execution>
         </executions>
       </plugin>
+      <!-- Generate aggregate Javadocs -->
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <aggregate>true</aggregate>
+          <links>
+            <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
+            <link>http://www.day.com/maven/jsr170/javadocs/jcr-1.0/</link>
+          </links>
+        </configuration>
+      </plugin>
     </plugins>
   </build>