Uses of Class
org.basepom.mojo.propertyhelper.beans.PropertyGroup
Packages that use PropertyGroup
-
Uses of PropertyGroup in org.basepom.mojo.propertyhelper
Fields in org.basepom.mojo.propertyhelper declared as PropertyGroupModifier and TypeFieldDescriptionAbstractPropertyHelperMojo.propertyGroups
List of available property groups.Methods in org.basepom.mojo.propertyhelper with parameters of type PropertyGroupModifier and TypeMethodDescriptionstatic List<PropertyElement>
PropertyField.createProperties
(org.apache.maven.model.Model model, Map<String, String> values, PropertyGroup propertyGroup) -
Uses of PropertyGroup in org.basepom.mojo.propertyhelper.beans
Methods in org.basepom.mojo.propertyhelper.beans that return PropertyGroupModifier and TypeMethodDescriptionPropertyGroup.setActiveOnRelease
(boolean activeOnRelease) PropertyGroup.setActiveOnSnapshot
(boolean activeOnSnapshot) PropertyGroup.setOnDuplicateProperty
(String onDuplicateProperty) PropertyGroup.setOnMissingProperty
(String onMissingProperty) PropertyGroup.setProperties
(Map<String, String> properties)