You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/07/15 21:41:31 UTC

svn commit: r677014 - /myfaces/shared/trunk_3.0.x/pom.xml

Author: skitching
Date: Tue Jul 15 12:41:31 2008
New Revision: 677014

URL: http://svn.apache.org/viewvc?rev=677014&view=rev
Log:
Move checkstyle checking from pre-compile to post-compile stage to be more convenient.

Modified:
    myfaces/shared/trunk_3.0.x/pom.xml

Modified: myfaces/shared/trunk_3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/pom.xml?rev=677014&r1=677013&r2=677014&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/pom.xml Tue Jul 15 12:41:31 2008
@@ -68,7 +68,7 @@
         <executions>
           <execution>
             <id>verify-style</id>
-            <phase>process-sources</phase>
+            <phase>verify</phase>
             <goals><goal>check</goal></goals>
           </execution>
         </executions>