Uses of Class
org.apache.maven.model.PluginConfiguration
-
Packages that use PluginConfiguration Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of PluginConfiguration in org.apache.maven.model
Subclasses of PluginConfiguration in org.apache.maven.model Modifier and Type Class Description classBuildThe<build>element contains informations required to build the project.classBuildBaseBuild configuration in a profile.Methods in org.apache.maven.model that return PluginConfiguration Modifier and Type Method Description PluginConfigurationPluginConfiguration. clone()Method clone. -
Uses of PluginConfiguration in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginConfiguration Modifier and Type Method Description protected voidModelMerger. mergePluginConfiguration(PluginConfiguration target, PluginConfiguration source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergePluginConfiguration_PluginManagement(PluginConfiguration target, PluginConfiguration source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-