Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
Modifier and Type | Method and Description |
---|---|
Reporting |
Reporting.clone()
Method clone.
|
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 |
---|---|
protected void |
ModelMerger.mergeReporting_ExcludeDefaults(Reporting target,
Reporting source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeReporting_OutputDirectory(Reporting target,
Reporting source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeReporting_Plugins(Reporting target,
Reporting source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeReporting(Reporting target,
Reporting source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.