Compiler Plugin

Maven Compiler Plugin

Compiling With a Different JDK

Separate configuration for test-compile and compile phases

With Maven 2.0.x it is not possible to configure the compiler plugin separately for the test-compile and compile phases. (Confirmed with 2.0.8)

This is expected to change with Maven 2.1.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Mar 13, 2007

    Henri Yandell says:

    The bootclasspath approach is pretty crappy as it only works on particular JVMs....

    The bootclasspath approach is pretty crappy as it only works on particular JVMs. You lose the ability to build on OS X for one.