Class MavenSiteArchiver

java.lang.Object
hudson.maven.MavenReporter
hudson.maven.reporters.MavenSiteArchiver
All Implemented Interfaces:
ExtensionPoint, MavenProjectActionBuilder, Describable<MavenReporter>, Serializable

public class MavenSiteArchiver extends MavenReporter
Watches out for the execution of maven-site-plugin and records its output. Simple projects with one POM will find the site directly beneath site. For multi module projects the project whose pom is referenced in the configuration (i.e. the MavenBuild.getParentBuild() will be recorded to the site, module projects' sites will be stored beneath site/${moduleProject.artifactId}.
Author:
Kohsuke Kawaguchi
See Also: