Class WebbpmMojoBase
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ru.cg.webbpm.studio.project_build_plugin.WebbpmMojoBase
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
UpdatePackageMojo
,WebbpmProjectBuildMojo
public abstract class WebbpmMojoBase
extends org.apache.maven.plugin.AbstractMojo
- Author:
- krylov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ConfigurableApplicationContext
protected int
protected org.apache.maven.project.MavenProject
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
project
@Parameter(defaultValue="${project}", required=true, readonly=true) protected org.apache.maven.project.MavenProject project -
overallTimeout
@Parameter(property="overallTimeout", defaultValue="300", required=true) protected int overallTimeout -
applicationContext
protected org.springframework.context.ConfigurableApplicationContext applicationContext
-
-
Constructor Details
-
WebbpmMojoBase
public WebbpmMojoBase()
-
-
Method Details
-
execute
public final void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
doExecute
protected abstract void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
loadDefaultBuildSteps
-