Class CommonsSiteCompressionMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.commons.release.plugin.mojos.CommonsSiteCompressionMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Deprecated
@Mojo(name="compress-site",
defaultPhase=POST_SITE,
threadSafe=true,
aggregator=true)
public class CommonsSiteCompressionMojo
extends org.apache.maven.plugin.AbstractMojo
Deprecated.
Takes the built
./target/site
directory and compresses it to
./target/commons-release-plugin/site.zip
.- Since:
- 1.0
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CommonsSiteCompressionMojo
public CommonsSiteCompressionMojo()Deprecated.Constructs a new instance.
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionDeprecated.- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
CommonsDistributionStagingMojo
.