Class AbstractSourceMojo
-
- All Implemented Interfaces:
-
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public abstract class AbstractSourceMojo extends AbstractMojoMOJO that generates some files based on the project sources.
-
-
Field Summary
Fields Modifier and Type Field Description private FileoutputDirectoryprivate Loglogprivate Map<Object, Object>pluginContext
-
Constructor Summary
Constructors Constructor Description AbstractSourceMojo()
-
Method Summary
Modifier and Type Method Description abstract FilegetOutputDirectory()Target directory where to store generated files. abstract UnitsetOutputDirectory(File outputDirectory)Target directory where to store generated files. Unitexecute()abstract Unitgenerate()Generate files based on provided project sources. -
-
Method Detail
-
getOutputDirectory
abstract File getOutputDirectory()
Target directory where to store generated files.
-
setOutputDirectory
abstract Unit setOutputDirectory(File outputDirectory)
Target directory where to store generated files.
-
-
-
-