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:
- ContextEnabled, Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
@Mojo(name="jar",
defaultPhase=PACKAGE,
requiresReports=true)
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 861484 2013-05-09 23:10:16Z hboutemy $
- Author:
- Matthew Beermann
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 MojoExecutionException,
MojoFailureException
- Description copied from class:
SiteMojo
-
Generate the project site
throws MojoExecutionException if any
- Specified by:
execute
in interface Mojo
- Overrides:
execute
in class SiteMojo
- Throws:
MojoExecutionException
MojoFailureException
- See Also:
Mojo.execute()
getArtifactType
protected String getArtifactType()
getClassifier
protected String getClassifier()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.