mvn release:prepare -B
On 7/17/07, Max Stepanenko <[EMAIL PROTECTED]> wrote:
I would like to wrap my release:prepare and release:perform in some sort of a script (ant??), so that there is this magical button that someone can press to prepare and release our software. That said, release:perform, requires some user input (versions). Is there anyway to avoid/streamline this? What is the common approach to problem, is writing an ant script that will call release:prepare and release:perform w the arguments of my choice a good approach? Regards, Max
