You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vm...@apache.org on 2006/09/04 12:35:38 UTC

svn commit: r440020 - /maven/plugins/trunk/maven-clover-plugin/pom.xml

Author: vmassol
Date: Mon Sep  4 03:35:37 2006
New Revision: 440020

URL: http://svn.apache.org/viewvc?view=rev&rev=440020
Log:
MCLOVER-47: review plugin documentation
Patch submitted by Franz Allan Valencia See
Reviewed by Vincent Massol

Fixed missing reporting plugins.

Modified:
    maven/plugins/trunk/maven-clover-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/pom.xml?view=diff&rev=440020&r1=440019&r2=440020
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clover-plugin/pom.xml Mon Sep  4 03:35:37 2006
@@ -129,4 +129,16 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <reporting>
+    <plugins>
+      <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>
 </project>