mirror of https://github.com/apache/maven.git
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:
parent
43ef215e5e
commit
61db258aa9
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue