@Mojo(name="generate",
defaultPhase=PREPARE_PACKAGE,
aggregator=true)
public class GenerateMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
outputDirectory
The directory to put the reports in.
|
| Constructor and Description |
|---|
GenerateMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(property="project.build.directory") protected File outputDirectory
When running as a reporting plugin, the output directory is fixed, set by the reporting cycle.
Copyright © 2011–2018. All rights reserved.