You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/09/29 10:18:51 UTC

svn commit: r580554 - /myfaces/tobago/trunk/extension/facelets/pom.xml

Author: bommel
Date: Sat Sep 29 01:18:48 2007
New Revision: 580554

URL: http://svn.apache.org/viewvc?rev=580554&view=rev
Log:
invoke apt plugin in validate phase instead of compile phase

Modified:
    myfaces/tobago/trunk/extension/facelets/pom.xml

Modified: myfaces/tobago/trunk/extension/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets/pom.xml?rev=580554&r1=580553&r2=580554&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/extension/facelets/pom.xml Sat Sep 29 01:18:48 2007
@@ -111,7 +111,7 @@
           <execution>
             <id>tobago-facelet-taglib</id>
             <goals><goal>execute</goal></goals>
-            <phase>compile</phase>
+            <phase>validate</phase>
             <configuration>
               <excludes>
                 <exclude>org/apache/myfaces/tobago/*</exclude>