Uses of Class
org.apache.maven.settings.Profile
Packages that use Profile
-
Uses of Profile in org.apache.maven.settings
Methods in org.apache.maven.settings that return ProfileModifier and TypeMethodDescriptionProfile.clone()
Method clone.static Profile
SettingsUtils.convertToSettingsProfile
(Profile modelProfile) Methods in org.apache.maven.settings that return types with arguments of type ProfileModifier and TypeMethodDescriptionSettings.getProfiles()
Method getProfiles.Settings.getProfilesAsMap()
Methods in org.apache.maven.settings with parameters of type ProfileModifier and TypeMethodDescriptionvoid
Settings.addProfile
(Profile profile) Method addProfile.static Profile
SettingsUtils.convertFromSettingsProfile
(Profile settingsProfile) void
Settings.removeProfile
(Profile profile) Method removeProfile.Method parameters in org.apache.maven.settings with type arguments of type ProfileModifier and TypeMethodDescriptionvoid
Settings.setProfiles
(List<Profile> profiles) Set configuration of build profiles for adjusting the build according to environmental parameters.