Uses of Class
org.apache.maven.model.ReportPlugin
-
Packages that use ReportPlugin Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of ReportPlugin in org.apache.maven.model
Methods in org.apache.maven.model that return ReportPlugin Modifier and Type Method Description ReportPluginReportPlugin. clone()Method clone.Methods in org.apache.maven.model that return types with arguments of type ReportPlugin Modifier and Type Method Description java.util.List<ReportPlugin>Reporting. getPlugins()Method getPlugins.java.util.Map<java.lang.String,ReportPlugin>Reporting. getReportPluginsAsMap()Methods in org.apache.maven.model with parameters of type ReportPlugin Modifier and Type Method Description voidReporting. addPlugin(ReportPlugin reportPlugin)Method addPlugin.voidReporting. removePlugin(ReportPlugin reportPlugin)Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type ReportPlugin Modifier and Type Method Description voidReporting. setPlugins(java.util.List<ReportPlugin> plugins)Set the reporting plugins to use and their configuration. -
Uses of ReportPlugin in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportPlugin Modifier and Type Method Description protected java.lang.ObjectModelMerger. getReportPluginKey(ReportPlugin reportPlugin)protected voidModelMerger. mergeReportPlugin(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_ArtifactId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_GroupId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_Version(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-