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/08/10 11:58:56 UTC

svn commit: r684438 - /myfaces/core/trunk/pom.xml

Author: skitching
Date: Sun Aug 10 02:58:54 2008
New Revision: 684438

URL: http://svn.apache.org/viewvc?rev=684438&view=rev
Log:
Minor change to checkstyle setup: validate only after compiling.

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=684438&r1=684437&r2=684438&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Sun Aug 10 02:58:54 2008
@@ -62,7 +62,7 @@
         <executions>
           <execution>
             <id>verify-style</id>
-            <phase>process-sources</phase>
+            <phase>verify</phase>
             <goals><goal>check</goal></goals>
           </execution>
         </executions>