Uses of Interface
org.apache.maven.model.management.PluginManagementInjector
-
Packages that use PluginManagementInjector Package Description org.apache.maven.model.building org.apache.maven.model.management -
-
Uses of PluginManagementInjector in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return PluginManagementInjector Modifier and Type Method Description protected PluginManagementInjectorDefaultModelBuilderFactory. newPluginManagementInjector()Methods in org.apache.maven.model.building with parameters of type PluginManagementInjector Modifier and Type Method Description DefaultModelBuilderDefaultModelBuilder. setPluginManagementInjector(PluginManagementInjector pluginManagementInjector) -
Uses of PluginManagementInjector in org.apache.maven.model.management
Classes in org.apache.maven.model.management that implement PluginManagementInjector Modifier and Type Class Description classDefaultPluginManagementInjectorHandles injection of plugin management into the model.
-