|
ShrinkWrap Resolver Maven Implementation 2.0.0-alpha-3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.shrinkwrap.resolver.impl.maven.bootstrap.MavenSettingsBuilder
public class MavenSettingsBuilder
Builds Maven settings from arbitrary settings.xml file
| Field Summary | |
|---|---|
static String |
ALT_GLOBAL_SETTINGS_XML_LOCATION
Sets an alternate location of Maven global settings.xml configuration |
static String |
ALT_LOCAL_REPOSITORY_LOCATION
Sets an alternate location of Maven local repository |
static String |
ALT_MAVEN_OFFLINE
Sets Maven resolution either online or offline |
static String |
ALT_USER_SETTINGS_XML_LOCATION
Sets an alternate location to Maven user settings.xml configuration |
| Constructor Summary | |
|---|---|
MavenSettingsBuilder()
|
|
| Method Summary | |
|---|---|
org.apache.maven.settings.Settings |
buildDefaultSettings()
Loads default Maven settings from standard location or from a location specified by a property |
org.apache.maven.settings.Settings |
buildSettings(org.apache.maven.settings.building.SettingsBuildingRequest request)
Builds Maven settings from request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ALT_USER_SETTINGS_XML_LOCATION
public static final String ALT_GLOBAL_SETTINGS_XML_LOCATION
public static final String ALT_MAVEN_OFFLINE
public static final String ALT_LOCAL_REPOSITORY_LOCATION
| Constructor Detail |
|---|
public MavenSettingsBuilder()
| Method Detail |
|---|
public org.apache.maven.settings.Settings buildDefaultSettings()
public org.apache.maven.settings.Settings buildSettings(org.apache.maven.settings.building.SettingsBuildingRequest request)
request - The request for new settings
|
ShrinkWrap Resolver Maven Implementation 2.0.0-alpha-3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||