------ Maven 2 Compiler Plugin ------ Juraj Burian ------ October 12, 2005 How to Use This example shows how to set the -A, generated excludes argument of the Apt. It also shows how to exclude certain files on the items to be compiled. ------------------- ... ... org.apache.maven.plugins maven-apt-plugin src/generated debug, loglevel=3 1.5 **/*Point*.java ... ... ------------------- There are other parameters that you can configure includes/include, debug, showWarnings etc. There are unsupported options, namely: -version, -help, -factorypath. For full documentation, click {{{index.html}here}}.