@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 File |
stylesheet |
protected 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 File xmlReport
@Parameter(defaultValue="${project.build.directory}/bundle-report.xslt")
protected File stylesheet
Copyright © 2009–2019 FuseSource. All rights reserved.