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:
John Dennis Casey 2005-09-14 18:41:55 +00:00
parent 22adefde14
commit 43ed2bd7e4
1 changed files with 2 additions and 0 deletions

View File

@ -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();