Uses of Class
org.apache.maven.model.ReportPlugin
Packages that use ReportPlugin
Package
Description
POM merger.
-
Uses of ReportPlugin in org.apache.maven.model
Methods in org.apache.maven.model that return ReportPluginMethods in org.apache.maven.model that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionReporting.getPlugins()Reporting.getReportPluginsAsMap()static List<ReportPlugin> ReportPlugin.reportPluginToApiV3(List<ReportPlugin> list) Methods in org.apache.maven.model with parameters of type ReportPluginModifier and TypeMethodDescriptionvoidReporting.addPlugin(ReportPlugin plugin) voidReporting.removePlugin(ReportPlugin plugin) Method parameters in org.apache.maven.model with type arguments of type ReportPluginModifier and TypeMethodDescriptionstatic List<ReportPlugin> ReportPlugin.reportPluginToApiV4(List<ReportPlugin> list) voidReporting.setPlugins(List<ReportPlugin> plugins) -
Uses of ReportPlugin in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected ObjectMavenModelMerger.getReportPluginKey(ReportPlugin reportPlugin) Deprecated.protected ObjectModelMerger.getReportPluginKey(ReportPlugin reportPlugin) protected voidModelMerger.mergeReportPlugin(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportPlugin_ArtifactId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportPlugin_GroupId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) Deprecated.protected voidModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportPlugin_Version(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) -
Uses of ReportPlugin in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected voidDefaultProfileInjector.ProfileModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) -
Uses of ReportPlugin in org.apache.maven.plugin
Constructors in org.apache.maven.plugin with parameters of type ReportPluginModifierConstructorDescriptionPluginLoaderException(ReportPlugin plugin, String message) PluginLoaderException(ReportPlugin plugin, String message, Throwable cause) -
Uses of ReportPlugin in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type ReportPlugin