mirror of
https://github.com/apache/maven.git
synced 2025-02-24 03:17:09 +00:00
show command
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@344998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24d498554b
commit
fe47030632
@ -214,6 +214,9 @@ private void runMaven( File installation, File basedir, String[] args )
|
||||
cli.createArgument().setValue( args[i] );
|
||||
}
|
||||
|
||||
System.out.println( "Running Maven... " );
|
||||
System.out.println( cli.toString() );
|
||||
|
||||
int exitCode = CommandLineUtils.executeCommandLine( cli,
|
||||
new WriterStreamConsumer( new PrintWriter( System.out ) ),
|
||||
new WriterStreamConsumer( new PrintWriter( System.err ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user