@Mojo(defaultPhase=VERIFY, name="dist") public class DistBundleMojo extends InitBundleMojo
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
archiveFileName |
protected java.io.File |
deployFile |
protected java.lang.String |
format |
protected boolean |
includeFolder |
protected java.lang.String |
outputFileName |
protected java.util.List<org.apache.maven.project.MavenProject> |
reactorProjects |
cacheDir, configs, environment, password, stripComponents, token, tokenFile, url, userName
project
Constructor and Description |
---|
DistBundleMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
getLiferayHome, getLiferayHomeDir, setLiferayHome
@Parameter protected java.lang.String archiveFileName
@Parameter(defaultValue="${project.build.directory}/${project.build.finalName}.${project.packaging}", required=true) protected java.io.File deployFile
@Parameter(defaultValue="tar.gz", required=true) protected java.lang.String format
@Parameter(defaultValue="true", required=true) protected boolean includeFolder
@Parameter(defaultValue="${project.artifactId}.${project.packaging}", required=true) protected java.lang.String outputFileName
@Parameter(property="reactorProjects", readonly=true) protected java.util.List<org.apache.maven.project.MavenProject> reactorProjects
public void execute() throws org.apache.maven.plugin.MojoExecutionException
execute
in interface org.apache.maven.plugin.Mojo
execute
in class InitBundleMojo
org.apache.maven.plugin.MojoExecutionException