Re: [m2] Is non-interactive mode supported for the release plugin using CVS

2005-11-15 Thread Christian Schulte
Emmanuel Venisse schrieb: 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 It worked. Thanks! -- Christian

Re: [m2] Is non-interactive mode supported for the release plugin using CVS

2005-11-15 Thread Emmanuel Venisse
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 SC

[m2] Is non-interactive mode supported for the release plugin using CVS

2005-11-15 Thread Christian Schulte
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 w