public class BuildDeploymentHelperMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected java.io.File |
baseDir |
Constructor and Description |
---|
BuildDeploymentHelperMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getDeploymentFileNames() |
java.lang.String |
getDeploymentPath() |
java.lang.String |
getOutputFileName() |
void |
setDeploymentFileNames(java.lang.String deploymentFileNames) |
void |
setDeploymentPath(java.lang.String deploymentPath) |
void |
setOutputFileName(java.lang.String outputFileName) |
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public java.lang.String getDeploymentFileNames()
public java.lang.String getDeploymentPath()
public java.lang.String getOutputFileName()
public void setDeploymentFileNames(java.lang.String deploymentFileNames)
public void setDeploymentPath(java.lang.String deploymentPath)
public void setOutputFileName(java.lang.String outputFileName)