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:32:58 UTC

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

Author: vmassol
Date: Mon Jan  2 00:32:55 2006
New Revision: 365317

URL: http://svn.apache.org/viewcvs?rev=365317&view=rev
Log:
Revert incorrect changes brought by the release plugin during release of v2.0

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=365317&r1=365316&r2=365317&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clover-plugin/pom.xml Mon Jan  2 00:32:55 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>
@@ -59,4 +62,24 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+  <!--
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-it-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <goals>verify</goals>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  -->
+</project>