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>