You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/11 23:21:53 UTC

svn commit: r676084 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: vsiveton
Date: Fri Jul 11 14:21:53 2008
New Revision: 676084

URL: http://svn.apache.org/viewvc?rev=676084&view=rev
Log:
o removed maven-surefire-plugin in build/plugins due to r675972 

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=676084&r1=676083&r2=676084&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jul 11 14:21:53 2008
@@ -105,10 +105,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
-      </plugin>
     </plugins>
   </build>