Package com.ganteater.ae.maven.plugin
Class AEBase
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.ganteater.ae.maven.plugin.AEBase
- All Implemented Interfaces:
ContextEnabled
,Mojo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected File
protected String
protected PluginDescriptor
protected org.apache.maven.project.MavenProject
protected String[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
importVariables
(com.ganteater.ae.AEWorkspace workspace) protected void
runRecipes
(com.ganteater.ae.AEWorkspace workspace, boolean async) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
project
@Parameter(readonly=true, defaultValue="${project}") protected org.apache.maven.project.MavenProject project -
basedir
-
plugin
-
variables
-
propertiesFiles
-
config
-
operationsDependencies
-
operations
-
recipes
-
-
Constructor Details
-
AEBase
public AEBase()
-
-
Method Details
-
importVariables
-
runRecipes
protected void runRecipes(com.ganteater.ae.AEWorkspace workspace, boolean async) throws MojoExecutionException - Throws:
MojoExecutionException
-