Author: pete.muir(a)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>
<!--
Show replies by date