Uses of Class
org.apache.maven.model.Reporting
-
Packages that use Reporting Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of Reporting in org.apache.maven.model
Methods in org.apache.maven.model that return Reporting Modifier and Type Method Description ReportingModelBase. getReporting()Get this element includes the specification of report plugins to use to generate the reports on the Maven-generated site.Methods in org.apache.maven.model with parameters of type Reporting Modifier and Type Method Description voidModelBase. 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.project
Methods in org.apache.maven.project that return Reporting Modifier and Type Method Description static ReportingModelUtils. cloneReporting(Reporting src)ReportingMavenProject. getReporting()Methods in org.apache.maven.project with parameters of type Reporting Modifier and Type Method Description static ReportingModelUtils. cloneReporting(Reporting src)static voidModelUtils. 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 ofModelUtils.mergePluginLists(PluginContainer, PluginContainer, boolean)voidMavenProject. setReporting(Reporting reporting)
-