jade-javac:compileSets the compile path to include additional sources And uses Javac Ant task instead of plexus utils compiler @author Oren Sadeh Mojo Attributes:
Optional Parameters
Parameter DetailsprojectHelper project-helper instance, used to make addition of resources simpler
artifactResolver Used to look up Artifacts in the local or remote repository.
artifactFactory Used to look up Artifacts in the local or remote repository.
localRepository The local repository
pluginArtifacts The plugin dependency artifacts
maven2AntManager The manager to link maven project with an Ant project.
nameProvider No Description.
packageName Package being compiled. Only classes with package name starting with packageName will be compiled
sourceDependencies Additional source paths. Used at the beginning to solve circular dependencies
includes A list of inclusion filters for the compiler.
excludes A list of exclusion filters for the compiler.
debug Whether to include debugging information in the compiled class files. The default value is true.
showDeprecation Output source locations where deprecated APIs are used
fork Fork the compiler if true
optimize Optimize compiled code using the compiler's optimization methods
source The -source argument for the Java compiler
executable The javac executable to use when fork is true
target The -target argument for the Java compiler
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||