Uses of Class
org.apache.maven.model.Reporting
-
Packages that use Reporting Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdo
model.org.apache.maven.model.merge POM merger. -
-
Uses of Reporting in org.apache.maven.model
Methods in org.apache.maven.model that return Reporting Modifier and Type Method 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.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.merge
Methods in org.apache.maven.model.merge with parameters of type Reporting Modifier and Type Method Description protected void
ModelMerger. mergeReporting(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReporting_ExcludeDefaults(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReporting_OutputDirectory(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReporting_Plugins(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-