|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.AbstractCompilerMojo
com.sun.enterprise.module.maven.CompilerMojo
com.sun.enterprise.module.maven.HK2CompileMojo
public class HK2CompileMojo
Replacement of the default javac mojo that uses APT, so that we can not only compile source code but also generate HK2 related metadata at the same time.
| Field Summary | |
|---|---|
Processor[] |
processors
Additional jars that contain annotation processors. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
HK2CompileMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
| Methods inherited from class com.sun.enterprise.module.maven.CompilerMojo |
|---|
getClasspathElements, getCompileSourceRoots, getOutputDirectory, getSourceInclusionScanner, getSourceInclusionScanner |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Processor[] processors
| Constructor Detail |
|---|
public HK2CompileMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.CompilationFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class CompilerMojoorg.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.CompilationFailureException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||