<javaCompiler>
Specify information about the Java compiler.
Attributes:
javac
- Specify the command name of the Java compiler to use.
<javacOption/>
Specifies an option to pass to the Java compiler.
Attributes:
name
- The name of an option understood by the specified
Java compiler. The flag argument should contain the leading `-' or `+'
characters.
value
- The value to associate with the option.
Omitted if the option doesn't take a value.