Package org.bonitasoft.plugin.build.bar
Class BuildBarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.bonitasoft.plugin.AbstractBuildMojo
org.bonitasoft.plugin.build.bar.BuildBarMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="business-archive",
defaultPhase=PROCESS_RESOURCES,
requiresProject=true,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
@Execute(goal="analyze")
public class BuildBarMojo
extends AbstractBuildMojo
This mojo builds Business archives from diagram sources.
-
Field Summary
Fields inherited from class org.bonitasoft.plugin.AbstractBuildMojo
APP_FOLDER_NAME, outputDirectory, PAGES_FOLDER_NAME, project, WORKSPACE_PATHFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bonitasoft.plugin.AbstractBuildMojo
uidWorkspace, uidWorkspacePropertiesMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
BuildBarMojo
@Inject public BuildBarMojo(org.apache.maven.project.MavenProjectHelper projectHelper)
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-