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.
- as we no longer wish to compress the site, we are going to put this functionality in the CommonsDistributionStagingMojo.
Takes the built ./target/site directory and compresses it to ./target/commons-release-plugin/site.zip.
Since:
1.0
  • Field Summary Link icon

    Fields inherited from interface org.apache.maven.plugin.Mojo Link icon

    ROLE
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Deprecated.
    Constructs a new instance.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo Link icon

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

  • Method Details Link icon

    • execute Link icon

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Deprecated.
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException