Uses of Class
org.apache.maven.model.Reporting
Packages that use Reporting
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
Uses of Reporting in org.apache.maven.model
Fields in org.apache.maven.model declared as ReportingModifier and TypeFieldDescriptionprivate ReportingModelBase.reportingThis 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 ReportingModifier 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.Methods in org.apache.maven.model with parameters of type ReportingModifier and TypeMethodDescriptionvoidModelBase.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.inheritance
Methods in org.apache.maven.model.inheritance with parameters of type Reporting -
Uses of Reporting in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Reporting -
Uses of Reporting in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ReportingModifier and TypeMethodDescriptionprivate ReportingMavenXpp3Reader.parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseReporting.private ReportingMavenXpp3ReaderEx.parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseReporting.Methods in org.apache.maven.model.io.xpp3 with parameters of type ReportingModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeReporting(Reporting reporting, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReporting.private voidMavenXpp3WriterEx.writeReporting(Reporting reporting, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReporting. -
Uses of Reporting in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportingModifier and TypeMethodDescriptionprotected voidModelMerger.mergeReporting(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReporting_ExcludeDefaults(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReporting_OutputDirectory(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReporting_Plugins(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Reporting in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type Reporting -
Uses of Reporting in org.apache.maven.project
Methods in org.apache.maven.project that return ReportingMethods in org.apache.maven.project with parameters of type ReportingModifier and TypeMethodDescriptionvoidMavenProject.setReporting(Reporting reporting) Deprecated. -
Uses of Reporting in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type ReportingModifier and TypeMethodDescriptionprivate static voidDefaultModelInheritanceAssembler.mergeReportPluginLists(Reporting child, Reporting parent, boolean handleAsInheritance)