Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
Reporting |
ModelBase.getReporting()
Get this element includes the specification of report
plugins to use
to generate the reports on the Maven-generated
site.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.setReporting(Reporting reporting)
Set this element includes the specification of report
plugins to use
to generate the reports on the Maven-generated
site.
|
Modifier and Type | Method and Description |
---|---|
static Reporting |
ModelUtils.cloneReporting(Reporting src) |
Reporting |
MavenProject.getReporting() |
Modifier and Type | Method and Description |
---|---|
static Reporting |
ModelUtils.cloneReporting(Reporting src) |
static void |
ModelUtils.mergeReportPluginLists(Reporting child,
Reporting parent,
boolean handleAsInheritance)
Merge the list of reporting plugins from parent pom and child pom
TODO it's pretty much a copy of
ModelUtils.mergePluginLists(PluginContainer, PluginContainer, boolean) |
void |
MavenProject.setReporting(Reporting reporting) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.