Uses of Class
org.apache.maven.model.PluginManagement
-
Packages that use PluginManagement Package Description org.apache.maven.model -
-
Uses of PluginManagement in org.apache.maven.model
Methods in org.apache.maven.model that return PluginManagement Modifier and Type Method Description PluginManagement
PluginConfiguration. getPluginManagement()
Get default plugin information to be made available for reference by projects derived from this one.Methods in org.apache.maven.model with parameters of type PluginManagement Modifier and Type Method Description void
PluginConfiguration. setPluginManagement(PluginManagement pluginManagement)
Set default plugin information to be made available for reference by projects derived from this one.
-