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

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

Author: kenney
Date: Wed Dec 21 04:12:42 2005
New Revision: 358271

URL: http://svn.apache.org/viewcvs?rev=358271&view=rev
Log:
Added phase 'verify' configuration for the it-plugin configuration;
the default is 'package'.

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=358271&r1=358270&r2=358271&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clover-plugin/pom.xml Wed Dec 21 04:12:42 2005
@@ -68,6 +68,9 @@
             <goals>
               <goal>test</goal>
             </goals>
+            <configuration>
+              <goals>verify</goals>
+            </configuration>
           </execution>
         </executions>
       </plugin>