public interface SettingsBuildingResult
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.settings.Settings |
getEffectiveSettings()
Gets the assembled settings.
|
java.util.List<SettingsProblem> |
getProblems()
Gets the problems that were encountered during the settings building.
|
org.apache.maven.settings.Settings getEffectiveSettings()
null.java.util.List<SettingsProblem> getProblems()
SettingsProblem.Severity.WARNING and below are reported here. Problems with a higher severity level cause
the settings builder to fail with a SettingsBuildingException.null.