Package org.apache.maven.internal.impl
Class SettingsUtilsV4
java.lang.Object
org.apache.maven.internal.impl.SettingsUtilsV4
Several convenience methods to handle settings
-
Method Summary
Modifier and TypeMethodDescriptionstatic Profile
convertFromSettingsProfile
(Profile settingsProfile) static Profile
convertToSettingsProfile
(Profile modelProfile) static Settings
-
Method Details
-
merge
- Parameters:
dominant
-recessive
-
-
convertToSettingsProfile
- Parameters:
modelProfile
-- Returns:
- a profile
-
convertFromSettingsProfile
- Parameters:
settingsProfile
-- Returns:
- a profile
-