Class UpdatePackageMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ru.cg.webbpm.studio.project_build_plugin.WebbpmMojoBase
ru.cg.webbpm.studio.project_build_plugin.UpdatePackageMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="update-package",
requiresDirectInvocation=true,
aggregator=true)
public class UpdatePackageMojo
extends WebbpmMojoBase
Updates specified package to the latest or explicitly specified version.
- Author:
- krylov
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.project_build_plugin.WebbpmMojoBase
applicationContext, overallTimeout, project
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.project_build_plugin.WebbpmMojoBase
execute, loadDefaultBuildSteps
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
UpdatePackageMojo
public UpdatePackageMojo()
-
-
Method Details
-
doExecute
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
doExecute
in classWebbpmMojoBase
- Throws:
org.apache.maven.plugin.MojoExecutionException
-