Uses of Class
org.apache.maven.model.ReportPlugin
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of ReportPlugin in org.apache.maven.model
Modifier and TypeMethodDescriptionReporting.getPlugins()
Method getPlugins.Reporting.getReportPluginsAsMap()
Modifier and TypeMethodDescriptionvoid
Reporting.addPlugin
(ReportPlugin reportPlugin) Method addPlugin.void
Reporting.removePlugin
(ReportPlugin reportPlugin) Method removePlugin.Modifier and TypeMethodDescriptionvoid
Reporting.setPlugins
(List<ReportPlugin> plugins) Set the reporting plugins to use and their configuration. -
Uses of ReportPlugin in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected Object
ModelMerger.getReportPluginKey
(ReportPlugin reportPlugin) protected void
ModelMerger.mergeReportPlugin
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_ArtifactId
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_GroupId
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_ReportSets
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_Version
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context)