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 2006/01/02 09:42:42 UTC

svn commit: r365319 - in /maven/plugins/tags/maven-clover-plugin-2.0: pom.xml src/test/

Author: vmassol
Date: Mon Jan  2 00:42:38 2006
New Revision: 365319

URL: http://svn.apache.org/viewcvs?rev=365319&view=rev
Log:
- Fixed pom.xml as the release plugin incorrectly removed the prerequisites tag
- Removed tests as there's no real test in there and in addition there's a bug in the new surefire plugin which prevents me from building the project

Removed:
    maven/plugins/tags/maven-clover-plugin-2.0/src/test/
Modified:
    maven/plugins/tags/maven-clover-plugin-2.0/pom.xml

Modified: maven/plugins/tags/maven-clover-plugin-2.0/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/tags/maven-clover-plugin-2.0/pom.xml?rev=365319&r1=365318&r2=365319&view=diff
==============================================================================
--- maven/plugins/tags/maven-clover-plugin-2.0/pom.xml (original)
+++ maven/plugins/tags/maven-clover-plugin-2.0/pom.xml Mon Jan  2 00:42:38 2006
@@ -4,6 +4,9 @@
     <groupId>org.apache.maven.plugins</groupId>
     <version>2.0.1</version>
   </parent>
+  <prerequisites>
+    <maven>2.0.1</maven>
+  </prerequisites>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-clover-plugin</artifactId>
   <packaging>maven-plugin</packaging>