You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/04 20:17:22 UTC

svn commit: r711363 - /myfaces/extensions/validator/trunk/parent/pom.xml

Author: lu4242
Date: Tue Nov  4 11:17:21 2008
New Revision: 711363

URL: http://svn.apache.org/viewvc?rev=711363&view=rev
Log:
EXTVAL-3 Add javadoc, surefire and jxr reports when generating site

Modified:
    myfaces/extensions/validator/trunk/parent/pom.xml

Modified: myfaces/extensions/validator/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/parent/pom.xml?rev=711363&r1=711362&r2=711363&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/parent/pom.xml (original)
+++ myfaces/extensions/validator/trunk/parent/pom.xml Tue Nov  4 11:17:21 2008
@@ -172,6 +172,18 @@
     <reporting>
         <plugins>
             <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.3</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.1</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.4.3</version>
+            </plugin>
+            <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
                 <version>2.0.1</version>
             </plugin>