<plugin>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>maven-apt-plugin</artifactId>
<version>1.0.10-BEA</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>execute</goal>
</goals>
<configuration>
<generated>.apt_generated</generated>
<aptOptions>x=3,web.content.root=WebContent</aptOptions>
<target>1.5</target>
<nocompile>true</nocompile>
<showWarnings>true</showWarnings>
<verbose>false</verbose>
<fork>false</fork>
<sourcePath>src</sourcePath>
</configuration>
</execution>
</executions>
</plugin>
Monday, July 18, 2011
Maven :: maven-apt-plugin
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment