Package org.apache.maven.cli
Class MavenCli
java.lang.Object
org.apache.maven.cli.MavenCli
- Author:
- Jason van Zyl
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static org.codehaus.plexus.interpolation.StringSearchInterpolator
createInterpolator
(CliRequest cliRequest, Properties... properties) protected ModelProcessor
createModelProcessor
(org.codehaus.plexus.PlexusContainer container) protected void
customizeContainer
(org.codehaus.plexus.PlexusContainer container) int
doMain
(String[] args, String workingDirectory, PrintStream stdout, PrintStream stderr) This supports painless invocation by the Verifier during embedded execution of the core ITs.static int
int
doMain
(CliRequest cliRequest) protected org.eclipse.aether.transfer.TransferListener
protected org.eclipse.aether.transfer.TransferListener
getConsoleTransferListener
(boolean printResourceNames) protected boolean
static void
static int
protected Path
-
Field Details
-
LOCAL_REPO_PROPERTY
- See Also:
-
MULTIMODULE_PROJECT_DIRECTORY
- See Also:
-
USER_HOME
-
USER_MAVEN_CONFIGURATION_HOME
-
DEFAULT_USER_TOOLCHAINS_FILE
-
DEFAULT_GLOBAL_TOOLCHAINS_FILE
-
STYLE_COLOR_PROPERTY
- See Also:
-
-
Constructor Details
-
MavenCli
public MavenCli() -
MavenCli
public MavenCli(org.codehaus.plexus.classworlds.ClassWorld classWorld)
-
-
Method Details
-
main
-
main
-
doMain
-
doMain
This supports painless invocation by the Verifier during embedded execution of the core ITs. SeeEmbedded3xLauncher
inmaven-verifier
-
doMain
-
isAcceptableRootDirectory
-
searchAcceptableRootDirectory
-
createInterpolator
protected static org.codehaus.plexus.interpolation.StringSearchInterpolator createInterpolator(CliRequest cliRequest, Properties... properties) -
getConsoleTransferListener
protected org.eclipse.aether.transfer.TransferListener getConsoleTransferListener(boolean printResourceNames) -
getBatchTransferListener
protected org.eclipse.aether.transfer.TransferListener getBatchTransferListener() -
customizeContainer
protected void customizeContainer(org.codehaus.plexus.PlexusContainer container) -
createModelProcessor
protected ModelProcessor createModelProcessor(org.codehaus.plexus.PlexusContainer container) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException - Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
-