Package com.ganteater.ae.maven.plugin
Class AEConsole
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.ganteater.ae.maven.plugin.AEBase
com.ganteater.ae.maven.plugin.AEConsole
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="do",
requiresProject=false,
requiresDependencyCollection=TEST,
requiresDependencyResolution=TEST)
public class AEConsole
extends AEBase
-
Field Summary
FieldsFields inherited from class com.ganteater.ae.maven.plugin.AEBase
basedir, config, operations, operationsDependencies, plugin, project, propertiesFiles, recipes, variables
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
defaultRecipes
(AEPluginWorkspace workspace) void
execute()
protected void
runRecipes
(com.ganteater.ae.AEWorkspace workspace, boolean async) Methods inherited from class com.ganteater.ae.maven.plugin.AEBase
importVariables
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
port
-
-
Constructor Details
-
AEConsole
public AEConsole()
-
-
Method Details
-
execute
-
defaultRecipes
-
runRecipes
protected void runRecipes(com.ganteater.ae.AEWorkspace workspace, boolean async) throws MojoExecutionException - Overrides:
runRecipes
in classAEBase
- Throws:
MojoExecutionException
-