Uses of Class
org.apache.maven.model.Reporting
-
Packages that use Reporting Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Reporting in org.apache.maven.model
Fields in org.apache.maven.model declared as Reporting Modifier and Type Field Description private Reporting
ModelBase. reporting
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 that return Reporting Modifier and Type Method Description Reporting
ModelBase. 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 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. -
Uses of Reporting in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Reporting Modifier and Type Method Description private Reporting
MavenXpp3Reader. parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseReporting.Methods in org.apache.maven.model.io.xpp3 with parameters of type Reporting Modifier and Type Method Description private void
MavenXpp3Writer. writeReporting(Reporting reporting, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReporting. -
Uses of Reporting in org.apache.maven.project
Methods in org.apache.maven.project that return Reporting Modifier and Type Method Description static Reporting
ModelUtils. cloneReporting(Reporting src)
Reporting
MavenProject. getReporting()
Methods in org.apache.maven.project with parameters of type Reporting Modifier and Type Method 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 ofModelUtils.mergePluginLists(PluginContainer, PluginContainer, boolean)
void
MavenProject. setReporting(Reporting reporting)
-