Package org.apache.maven.cli
Class MavenCli
java.lang.Object
org.apache.maven.cli.MavenCli
Deprecated.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ModelProcessor
createModelProcessor
(org.codehaus.plexus.PlexusContainer container) Deprecated.protected void
customizeContainer
(org.codehaus.plexus.PlexusContainer container) Deprecated.int
doMain
(String[] args, String workingDirectory, PrintStream stdout, PrintStream stderr) Deprecated.This supports painless invocation by the Verifier during embedded execution of the core ITs.static int
Deprecated.int
doMain
(CliRequest cliRequest) Deprecated.protected org.eclipse.aether.transfer.TransferListener
Deprecated.protected org.eclipse.aether.transfer.TransferListener
getConsoleTransferListener
(boolean printResourceNames) Deprecated.static void
Deprecated.static int
Deprecated.protected MavenExecutionRequest
populateRequest
(CliRequest cliRequest) Deprecated.void
setFileSystem
(FileSystem fileSystem) Deprecated.
-
Field Details
-
MULTIMODULE_PROJECT_DIRECTORY
Deprecated.- See Also:
-
-
Constructor Details
-
MavenCli
public MavenCli()Deprecated. -
MavenCli
public MavenCli(org.codehaus.plexus.classworlds.ClassWorld classWorld) Deprecated.
-
-
Method Details
-
main
Deprecated. -
main
Deprecated. -
doMain
Deprecated. -
doMain
Deprecated.This supports painless invocation by the Verifier during embedded execution of the core ITs. SeeEmbedded3xLauncher
inmaven-verifier
- Parameters:
args
- CLI argsworkingDirectory
- working directorystdout
- stdoutstderr
- stderr- Returns:
- return code
-
doMain
Deprecated. -
populateRequest
Deprecated. -
getConsoleTransferListener
protected org.eclipse.aether.transfer.TransferListener getConsoleTransferListener(boolean printResourceNames) Deprecated. -
getBatchTransferListener
protected org.eclipse.aether.transfer.TransferListener getBatchTransferListener()Deprecated. -
customizeContainer
protected void customizeContainer(org.codehaus.plexus.PlexusContainer container) Deprecated. -
createModelProcessor
protected ModelProcessor createModelProcessor(org.codehaus.plexus.PlexusContainer container) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException Deprecated.- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
-
setFileSystem
Deprecated.
-