Uses of Class
org.apache.maven.model.ReportPlugin
Packages that use ReportPlugin
-
Uses of ReportPlugin in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type ReportPluginMethods in org.apache.maven.model with parameters of type ReportPluginModifier and TypeMethodDescriptionvoidReporting.addPlugin(ReportPlugin reportPlugin) Method addPlugin.voidReporting.removePlugin(ReportPlugin reportPlugin) Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type ReportPluginModifier and TypeMethodDescriptionvoidReporting.setPlugins(List<ReportPlugin> plugins) Set the reporting plugins to use and their configuration.