You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mb...@apache.org on 2007/03/19 22:37:40 UTC

svn commit: r520114 - /myfaces/core/branches/jsf12/api/pom.xml

Author: mbr
Date: Mon Mar 19 14:37:39 2007
New Revision: 520114

URL: http://svn.apache.org/viewvc?view=rev&rev=520114
Log:
trying to fix a maven build problem

Modified:
    myfaces/core/branches/jsf12/api/pom.xml

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?view=diff&rev=520114&r1=520113&r2=520114
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Mon Mar 19 14:37:39 2007
@@ -19,6 +19,11 @@
   <build>
   	<plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+      <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>