DefaultMavenSettingsBuilder@Deprecated
public interface MavenSettingsBuilder
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ALT_GLOBAL_SETTINGS_XML_LOCATION |
Deprecated.
|
static java.lang.String |
ALT_LOCAL_REPOSITORY_LOCATION |
Deprecated.
|
static java.lang.String |
ALT_USER_SETTINGS_XML_LOCATION |
Deprecated.
|
static java.lang.String |
ROLE |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.maven.settings.Settings |
buildSettings() |
Deprecated.
|
org.apache.maven.settings.Settings |
buildSettings(boolean useCachedSettings) |
Deprecated.
|
org.apache.maven.settings.Settings |
buildSettings(java.io.File userSettingsFile) |
Deprecated.
|
org.apache.maven.settings.Settings |
buildSettings(java.io.File userSettingsFile,
boolean useCachedSettings) |
Deprecated.
|
org.apache.maven.settings.Settings |
buildSettings(MavenExecutionRequest request) |
Deprecated.
|
static final java.lang.String ROLE
static final java.lang.String ALT_USER_SETTINGS_XML_LOCATION
static final java.lang.String ALT_GLOBAL_SETTINGS_XML_LOCATION
static final java.lang.String ALT_LOCAL_REPOSITORY_LOCATION
org.apache.maven.settings.Settings buildSettings(MavenExecutionRequest request) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionorg.apache.maven.settings.Settings buildSettings()
throws java.io.IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
Settings object from the user settings file.java.io.IOException - if anyorg.codehaus.plexus.util.xml.pull.XmlPullParserException - if anyorg.apache.maven.settings.Settings buildSettings(boolean useCachedSettings)
throws java.io.IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
useCachedSettings - if true, doesn't reload the user settingsSettings object from the user settings file.java.io.IOException - if anyorg.codehaus.plexus.util.xml.pull.XmlPullParserException - if anyorg.apache.maven.settings.Settings buildSettings(java.io.File userSettingsFile)
throws java.io.IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
userSettingsFile - a given user settings fileSettings object from the user settings file.java.io.IOException - if anyorg.codehaus.plexus.util.xml.pull.XmlPullParserException - if anyorg.apache.maven.settings.Settings buildSettings(java.io.File userSettingsFile,
boolean useCachedSettings)
throws java.io.IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
userSettingsFile - a given user settings fileuseCachedSettings - if true, doesn't reload the user settingsSettings object from the user settings file.java.io.IOException - if anyorg.codehaus.plexus.util.xml.pull.XmlPullParserException - if any