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:15 UTC

svn commit: r711362 - /myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml

Author: lu4242
Date: Tue Nov  4 11:17:15 2008
New Revision: 711362

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

Modified:
    myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml

Modified: myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml?rev=711362&r1=711361&r2=711362&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml (original)
+++ myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml Tue Nov  4 11:17:15 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>