|
ShrinkWrap Resolver Aggregator 1.1.0-alpha-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.resolver.impl.maven.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(File file)
Loads Maven settings and updates session settings |
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(File file)
file
- The file which contains Maven settings
|
ShrinkWrap Resolver Aggregator 1.1.0-alpha-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |