mirror of https://github.com/apache/maven.git
Resolving: MNG-890, putting m2 invocation in batch mode when doing release:perform.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22adefde14
commit
43ed2bd7e4
|
@ -101,6 +101,8 @@ public class PerformReleaseMojo
|
|||
cl.createArgument().setLine( "-DperformRelease=true" );
|
||||
|
||||
cl.createArgument().setLine( "--no-plugin-updates" );
|
||||
|
||||
cl.createArgument().setLine( "--batch-mode" );
|
||||
|
||||
StreamConsumer consumer = new DefaultConsumer();
|
||||
|
||||
|
|
Loading…
Reference in New Issue