you can set interactive mode in your settings.xml.

if you set it to false, you can run release plugin like this:

mvn -Dtag=YOUR_TAG_NAME release:prepare
mvn release:perform

Emmanuel

Christian Schulte a écrit :
Hi,

does the release plugin support non-interactive mode when using CVS as the SCM provider ? What do I have to specify on the commandline to make it work ?
Currently I do

 mvn release:prepare
 mvn release:perform

which asks several questions I do not want to answer by hand. Is there some way to automate this using CVS ?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to