@Mojo(name="buildHumanTask")
public class HumanTaskMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
HumanTaskMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
createZip(File project)
This is used to create a zip file of the artifact
|
void |
execute() |
String |
getHumanTaskProjectName(File project)
This project returns the human task project name which is used to create the zip archive name
|
String |
getType() |
boolean |
isEnableArchive() |
void |
setEnableArchive(boolean enableArchive) |
void |
setType(String type) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void createZip(File project) throws org.apache.maven.plugin.MojoExecutionException
project - org.apache.maven.plugin.MojoExecutionExceptionpublic String getHumanTaskProjectName(File project)
project - public void setType(String type)
public String getType()
public void setEnableArchive(boolean enableArchive)
public boolean isEnableArchive()
Copyright © 2025 WSO2. All rights reserved.