@Mojo(name="summary",
defaultPhase=VERIFY,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class SummaryMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.execution.MavenSession |
session
The Maven Session Object
|
protected java.io.File |
stylesheet |
protected java.io.File |
xmlReport |
| Constructor and Description |
|---|
SummaryMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(property="session",
readonly=true,
required=true)
protected org.apache.maven.execution.MavenSession session
@Parameter(defaultValue="${project.build.directory}/bundle-summary.xml")
protected java.io.File xmlReport
@Parameter(defaultValue="${project.build.directory}/bundle-report.xslt")
protected java.io.File stylesheet
Copyright © 2009-2015 FuseSource. All Rights Reserved.