You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vm...@apache.org on 2005/12/21 22:50:57 UTC

svn commit: r358394 - /maven/plugins/trunk/maven-clover-plugin/pom.xml

Author: vmassol
Date: Wed Dec 21 13:50:53 2005
New Revision: 358394

URL: http://svn.apache.org/viewcvs?rev=358394&view=rev
Log:
it plugin (and m2 core) are still not working for testing plugins... See JIRA issue recorded in Maven 2 (can't remember which one and jira seems to be hosed...).

Modified:
    maven/plugins/trunk/maven-clover-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/pom.xml?rev=358394&r1=358393&r2=358394&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clover-plugin/pom.xml Wed Dec 21 13:50:53 2005
@@ -58,6 +58,7 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
+  <!--
   <build>
     <plugins>
       <plugin>
@@ -76,4 +77,5 @@
       </plugin>
     </plugins>
   </build>
+    -->
 </project>