static Maven |
Maven.artifact(String artifact)
Create a Maven Profile consisting of the specified Artifact,
parsed from the String in the following format:
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>.
|
static Maven |
Maven.artifact(String groupId,
String artifactId,
String version)
Create a Maven Profile consisting of the artifact specified groupId,
artifactId and version (using the default extension .jar and no classifier)
|
static Maven |
Maven.autoDetect()
Obtains a Maven Profile, automatically detecting the
configuration from the underlying environment, without any Artifacts
defined, and being online by default.
|
Maven |
Maven.compose(Maven other) |
static Maven |
Maven.include(ClassPath classPath)
Create a default Maven Profile that includes the specified ClassPath, that is
included after any resolved Maven artifacts.
|
static Maven |
Maven.offline()
|
static Maven |
Maven.offline(boolean isOffline)
Create a default Maven Profile using the specified offline status
|
static Maven |
Maven.scope(String scope)
Create a default Maven Profile and use the specified scope when resolving
artifacts.
|
static Maven |
Maven.settings(File settingsFileLocation)
Create a default Maven Profile and use the specified user settings.xml location.
|
static Maven |
Maven.settings(String settingsFileLocation)
Create a default Maven Profile and use the specified user settings.xml location.
|