[weld-commits] Weld SVN: r6684 - examples/trunk/jsf/pastecode.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jul 17 09:28:13 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-07-17 09:28:13 -0400 (Sat, 17 Jul 2010)
New Revision: 6684

Modified:
   examples/trunk/jsf/pastecode/pom.xml
Log:
add main compile phase

Modified: examples/trunk/jsf/pastecode/pom.xml
===================================================================
--- examples/trunk/jsf/pastecode/pom.xml	2010-07-17 13:25:50 UTC (rev 6683)
+++ examples/trunk/jsf/pastecode/pom.xml	2010-07-17 13:28:13 UTC (rev 6684)
@@ -140,6 +140,15 @@
 							<goal>compile</goal>
 						</goals>
 					</execution>
+					<execution>
+						<id>compile</id>
+						<configuration>
+							<compilerArgument>-proc:none</compilerArgument>
+						</configuration>
+						<goals>
+							<goal>compile</goal>
+						</goals>
+					</execution>
 				</executions>
 			</plugin>
 			<!--



More information about the weld-commits mailing list