Uses of Class
org.apache.maven.model.PluginManagement
-
Packages that use PluginManagement Package Description org.apache.maven.model org.apache.maven.project org.apache.maven.project.overlay -
-
Uses of PluginManagement in org.apache.maven.model
Methods in org.apache.maven.model that return PluginManagement Modifier and Type Method Description PluginManagementPluginConfiguration. 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 voidPluginConfiguration. setPluginManagement(PluginManagement pluginManagement)Set default plugin information to be made available for reference by projects derived from this one. -
Uses of PluginManagement in org.apache.maven.project
Methods in org.apache.maven.project that return PluginManagement Modifier and Type Method Description static PluginManagementModelUtils. clonePluginManagement(PluginManagement src)PluginManagementMavenProject. getPluginManagement()Methods in org.apache.maven.project with parameters of type PluginManagement Modifier and Type Method Description static PluginManagementModelUtils. clonePluginManagement(PluginManagement src) -
Uses of PluginManagement in org.apache.maven.project.overlay
Methods in org.apache.maven.project.overlay that return PluginManagement Modifier and Type Method Description PluginManagementBuildOverlay. getPluginManagement()Methods in org.apache.maven.project.overlay with parameters of type PluginManagement Modifier and Type Method Description voidBuildOverlay. setPluginManagement(PluginManagement pluginManagement)
-