@Deprecated public interface MavenSettingsBuilder
Modifier and Type | Field and Description |
---|---|
static String |
ALT_GLOBAL_SETTINGS_XML_LOCATION
Deprecated.
|
static String |
ALT_LOCAL_REPOSITORY_LOCATION
Deprecated.
|
static String |
ALT_USER_SETTINGS_XML_LOCATION
Deprecated.
|
static String |
ROLE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Settings |
buildSettings()
Deprecated.
|
Settings |
buildSettings(boolean useCachedSettings)
Deprecated.
|
Settings |
buildSettings(File userSettingsFile)
Deprecated.
|
Settings |
buildSettings(File userSettingsFile,
boolean useCachedSettings)
Deprecated.
|
Settings |
buildSettings(MavenExecutionRequest request)
Deprecated.
|
static final String ROLE
static final String ALT_USER_SETTINGS_XML_LOCATION
static final String ALT_GLOBAL_SETTINGS_XML_LOCATION
static final String ALT_LOCAL_REPOSITORY_LOCATION
Settings buildSettings(MavenExecutionRequest request) throws IOException, XmlPullParserException
IOException
XmlPullParserException
Settings buildSettings() throws IOException, XmlPullParserException
Settings
object from the user settings file.IOException
- if anyXmlPullParserException
- if anySettings buildSettings(boolean useCachedSettings) throws IOException, XmlPullParserException
useCachedSettings
- if true, doesn't reload the user settingsSettings
object from the user settings file.IOException
- if anyXmlPullParserException
- if anySettings buildSettings(File userSettingsFile) throws IOException, XmlPullParserException
userSettingsFile
- a given user settings fileSettings
object from the user settings file.IOException
- if anyXmlPullParserException
- if anySettings buildSettings(File userSettingsFile, boolean useCachedSettings) throws IOException, XmlPullParserException
userSettingsFile
- a given user settings fileuseCachedSettings
- if true, doesn't reload the user settingsSettings
object from the user settings file.IOException
- if anyXmlPullParserException
- if anyCopyright © 2001–2019 The Apache Software Foundation. All rights reserved.