You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by alexsil <al...@zucchetti.it> on 2008/01/10 16:06:30 UTC

Release plugin - switch default values

Hi all, 
I'm trying to simplify the release process of my project. 

I run the following command:
call mvn -DpreparationGoals=clean,install -DautoVersionSubmodules=true
release:clean release:prepare

Since my project have dependences against other projects (SNAPSHOT
dependeces) I get the following question:
There are still some remaining snapshot dependencies.: Do you want to
resolve them now? (yes/no) no:
I have to answer   yes to change the default  and from this point  over
accept all defaults prompted.

The question is: 
can I change, in same way,  the above default so I can use --batch-mode ???
Consider that I can't change manuallly the dependences before to start the
release process.

Best regards.
Alex


-- 
View this message in context: http://www.nabble.com/Release-plugin---switch-default-values-tp14735852s177p14735852.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org