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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
