org.apache.maven.plugins.site
Class SiteRunMojo
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.SiteRunMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, Contextualizable
public class SiteRunMojo
- extends AbstractSiteRenderingMojo
Starts the site up, rendering documents as requested for faster editing.
It uses Jetty as the web server.
- Version:
- $Id: SiteRunMojo.html 816568 2012-05-08 12:09:38Z hboutemy $
- Author:
- Brett Porter
- Aggregates the Maven project and its child modules.
- Is defined by the goal name:
- run
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 |
SiteRunMojo
public SiteRunMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
- See Also:
Mojo.execute()
setTempWebappDirectory
public void setTempWebappDirectory(File tempWebappDirectory)
setPort
public void setPort(int port)
Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.