org.apache.maven.plugins.site
Class SiteJarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.site.AbstractSiteMojo
org.apache.maven.plugins.site.AbstractSiteRenderingMojo
org.apache.maven.plugins.site.SiteMojo
org.apache.maven.plugins.site.SiteJarMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class SiteJarMojo
- extends SiteMojo
Bundles the site output into a JAR so that it can be deployed to a repository.
- Since:
- 2.0-beta-6
- Version:
- $Id: SiteJarMojo.html 816561 2012-05-08 12:02:24Z hboutemy $
- Author:
- Matthew Beermann
- Is defined by the goal name:
- jar
- Is bound to the specified phase of the standard build lifecycle:
- package
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteJarMojo
public SiteJarMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Description copied from class:
SiteMojo
-
Generate the project site
throws MojoExecutionException if any
- Specified by:
execute
in interface org.apache.maven.plugin.Mojo
- Overrides:
execute
in class SiteMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
- See Also:
Mojo.execute()
getArtifactType
protected String getArtifactType()
getClassifier
protected String getClassifier()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.