Package org.structs4java
Class CompileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.structs4java.AbstractCompileMojo
org.structs4java.CompileMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="compile",
defaultPhase=GENERATE_SOURCES,
requiresDependencyResolution=COMPILE,
requiresDependencyCollection=COMPILE)
public class CompileMojo
extends AbstractCompileMojo
-
Field Summary
Fields inherited from class org.structs4java.AbstractCompileMojo
FILE_EXISTS, log4jConfiguratorFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.structs4java.AbstractCompileMojo
addDependencies, compile, execute, getBatchCompiler, getProjectMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CompileMojo
public CompileMojo()
-
-
Method Details
-
getStructsDirectory
- Specified by:
getStructsDirectoryin classAbstractCompileMojo
-
getOutputDirectory
- Specified by:
getOutputDirectoryin classAbstractCompileMojo
-
getCompileSourceRoots
- Specified by:
getCompileSourceRootsin classAbstractCompileMojo
-
getClassPath
- Specified by:
getClassPathin classAbstractCompileMojo
-