Class DistBundleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.liferay.portal.tools.bundle.support.maven.AbstractLiferayMojo
com.liferay.portal.tools.bundle.support.maven.InitBundleMojo
com.liferay.portal.tools.bundle.support.maven.DistBundleMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Fileprotected Stringprotected booleanprotected Stringprotected List<org.apache.maven.project.MavenProject>Fields inherited from class com.liferay.portal.tools.bundle.support.maven.InitBundleMojo
cacheDir, configs, environment, password, stripComponents, token, tokenFile, url, userNameFields inherited from class com.liferay.portal.tools.bundle.support.maven.AbstractLiferayMojo
projectFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.tools.bundle.support.maven.AbstractLiferayMojo
getLiferayHome, getLiferayHomeDir, setLiferayHomeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
archiveFileName
-
deployFile
@Parameter(defaultValue="${project.build.directory}/${project.build.finalName}.${project.packaging}", required=true) protected File deployFile -
format
-
includeFolder
@Parameter(defaultValue="true", required=true) protected boolean includeFolder -
outputFileName
@Parameter(defaultValue="${project.artifactId}.${project.packaging}", required=true) protected String outputFileName -
reactorProjects
@Parameter(property="reactorProjects", readonly=true) protected List<org.apache.maven.project.MavenProject> reactorProjects
-
-
Constructor Details
-
DistBundleMojo
public DistBundleMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classInitBundleMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-