| Property | Optional? | Description |
|---|---|---|
| maven.compile.aspects | Yes |
Specifies that Aspects are included during compilation.
Used by the "java:compile" goal.
The default value is false. Please
refer to the AspectJ
web site for more information on Aspect-Oriented
Programming.
|
| maven.compile.compilerargs | Yes |
Provides arguments to a compiler when
Corresponds to the nested |
| maven.compile.debug | Yes |
Specifies wether to include debugging information in the compiled
class files; the default value is on.
Used by the "java:compile" goal.
|
| maven.compile.deprecation | Yes |
Specifies wether source should be compiled with deprecation
information; the default value is off.
Used by the "java:compile" goal.
|
| maven.compile.encoding | Yes |
Sets the encoding of the .java files being compiled
Corresponds to the |
| maven.compile.executable | Yes |
Names the program to be invoked as the java compiler
Corresponds to the |
| maven.compile.fork | Yes |
Runs the compiler in a separate process
Corresponds to the |
| maven.compile.optimize | Yes |
Specifies whether source should be compiled with optimization; the
default value is off.
Used by the "java:compile" goal.
|
| maven.compile.source | Yes |
Provide source compatibility with a specific release
Corresponds to the |
| maven.compile.src.set | Yes | The source directories maven uses to compile java code. |
| maven.compile.target | Yes |
Generate class files for a specific JVM version
Corresponds to the |
| maven.compile.verbose | Yes |
Asks the compiler for verbose output
Corresponds to the |
| pom.build.sourceModifications | Yes |
This property is the list of the
|
| Property | Optional? | Description |
|---|---|---|
| maven.build.dest | Yes | The directory for compiled classes |
| maven.dependency.classpath | Yes |
This property holds the Ant path of all the dependent jar
files listed in the dependencies block of your
project descriptor
|