Adding --no-plugin-updates to release:perform mojo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-06-23 08:08:10 +00:00
parent 43ef215e5e
commit 61db258aa9
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ public class PerformReleaseMojo
cl.createArgument().setLine( goals );
cl.createArgument().setLine( "-DupdateReleaseInfo=true" );
cl.createArgument().setLine( "--no-plugin-updates" );
StreamConsumer consumer = new DefaultConsumer();