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 2010/04/08 23:59:35 UTC

svn commit: r932141 - /myfaces/core/trunk/pom.xml

Author: lu4242
Date: Thu Apr  8 21:59:35 2010
New Revision: 932141

URL: http://svn.apache.org/viewvc?rev=932141&view=rev
Log:
MYFACES-2652 Update of some plugins in myfaces master pom makes myfaces-impl site fail

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=932141&r1=932140&r2=932141&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Thu Apr  8 21:59:35 2010
@@ -125,6 +125,18 @@
           <artifactId>cobertura-maven-plugin</artifactId>
           <version>2.2</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-6</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>