Class SetImageVersionMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bonitasoft.studio.maven.plugin.SetImageVersionMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(defaultPhase=GENERATE_RESOURCES, name="create-image", threadSafe=true) public class SetImageVersionMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description SetImageVersionMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SetImageVersioncreateSetImageVersion()voidexecute()voidsetVersionLabel(String versionLabel)
-
-
-
Method Detail
-
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
-
setVersionLabel
public void setVersionLabel(String versionLabel)
-
createSetImageVersion
protected SetImageVersion createSetImageVersion()
-
-