Author: ltheussl Date: Wed Jun 17 11:51:43 2009 New Revision: 785563 URL: http://svn.apache.org/viewvc?rev=785563&view=rev Log: Move clirr check to verify phase, in test phase it seems to clash with cobertura
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=785563&r1=785562&r2=785563&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/pom.xml Wed Jun 17 11:51:43 2009 @@ -271,7 +271,7 @@ <artifactId>clirr-maven-plugin</artifactId> <executions> <execution> - <phase>test</phase> + <phase>verify</phase> <goals> <goal>check</goal> </goals> Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=785563&r1=785562&r2=785563&view=diff ============================================================================== --- maven/doxia/doxia/trunk/pom.xml (original) +++ maven/doxia/doxia/trunk/pom.xml Wed Jun 17 11:51:43 2009 @@ -335,7 +335,7 @@ <artifactId>clirr-maven-plugin</artifactId> <executions> <execution> - <phase>test</phase> + <phase>verify</phase> <goals> <goal>check</goal> </goals>