Uses of Class
org.apache.maven.model.PluginManagement
Packages that use PluginManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of PluginManagement in org.apache.maven.model
Methods in org.apache.maven.model that return PluginManagementModifier and TypeMethodDescriptionPluginManagement.clone()
Method clone.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 PluginManagementModifier and TypeMethodDescriptionvoid
PluginConfiguration.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.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginManagementModifier and TypeMethodDescriptionprotected void
ModelMerger.mergePluginManagement
(PluginManagement target, PluginManagement source, boolean sourceDominant, Map<Object, Object> context)