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
|
@ -102,6 +102,8 @@ public class PerformReleaseMojo
|
||||||
|
|
||||||
cl.createArgument().setLine( "--no-plugin-updates" );
|
cl.createArgument().setLine( "--no-plugin-updates" );
|
||||||
|
|
||||||
|
cl.createArgument().setLine( "--batch-mode" );
|
||||||
|
|
||||||
StreamConsumer consumer = new DefaultConsumer();
|
StreamConsumer consumer = new DefaultConsumer();
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue