Package com.ganteater.ae.maven.plugin
Class AEBase
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.ganteater.ae.maven.plugin.AEBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected org.apache.maven.plugin.descriptor.PluginDescriptorprotected org.apache.maven.project.MavenProjectprotected String[]Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidimportVariables(AEWorkspace workspace) protected voidrunRecipes(AEWorkspace workspace, boolean async) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Field Details
-
project
@Parameter(readonly=true, defaultValue="${project}") protected org.apache.maven.project.MavenProject project -
aeDir
-
plugin
@Parameter(defaultValue="${plugin}", readonly=true) protected org.apache.maven.plugin.descriptor.PluginDescriptor plugin -
variables
-
propertiesFiles
-
config
-
operationsDependencies
-
operations
-
recipes
-
-
Constructor Details
-
AEBase
public AEBase()
-
-
Method Details
-
importVariables
-
runRecipes
protected void runRecipes(AEWorkspace workspace, boolean async) throws org.apache.maven.plugin.MojoExecutionException, CommandException - Throws:
org.apache.maven.plugin.MojoExecutionExceptionCommandException
-