You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ep...@apache.org on 2006/06/29 08:18:18 UTC

svn commit: r417949 - /maven/plugins/trunk/pom.xml

Author: epunzalan
Date: Wed Jun 28 23:18:17 2006
New Revision: 417949

URL: http://svn.apache.org/viewvc?rev=417949&view=rev
Log:
Added jxr and javadoc in the reporting plugins

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=417949&r1=417948&r2=417949&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Jun 28 23:18:17 2006
@@ -76,6 +76,14 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
     </plugins>
   </reporting>
   <profiles>