Create a MavenProfile consisting of the specified Artifact,
parsed from the String in the following format:
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>.
Create a MavenProfile consisting of the artifact specified groupId,
artifactId and version (using the default extension .jar and no classifier)
autoDetect() - Static method in class com.oracle.bedrock.maven.Maven
Obtains a MavenProfile, automatically detecting the
configuration from the underlying environment, without any Artifacts
defined, and being online by default.
The Maven Profile provides the ability define a Maven environment, configuration,
together with zero or more Artifacts to be resolved to automatically construct a
ClassPath for a JavaApplication.
O
offline() - Static method in class com.oracle.bedrock.maven.Maven