Uses of Class
org.apache.maven.model.Reporting
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Reporting in org.apache.maven.model
Modifier and TypeMethodDescriptionReporting.clone()
Method clone.ModelBase.getReporting()
Get this element includes the specification of report plugins to use to generate the reports on the Maven-generated site.Modifier and TypeMethodDescriptionvoid
ModelBase.setReporting
(Reporting reporting) Set this element includes the specification of report plugins to use to generate the reports on the Maven-generated site. -
Uses of Reporting in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected void
ModelMerger.mergeReporting
(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) 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)