------ Maven 2 Compiler Plugin ------ Johnny R. Ruiz III ------ September 19, 2005 How to Use These example shows how to set the -source and -target argument of the Java Compiler. It also shows how to exclude certain files on the items to be compiled. ------------------- ... ... org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 **/*Point*.java ... ... ------------------- There are other parameters that you can configure like fork, includes/include, debug, showWarnings etc. For full documentation, click {{{index.html}here}}.