Re: MavenProject / POM change in a command chain

2011-08-23 Thread Ansgar Konermann
Am 23.08.2011 18:43 schrieb "Krull, Stephan" : > > Hello there, > > I am currently working on a maven command chain to fulfill several tasks in one step on a maven project. the chain has the following syntax: > > "../apache-maven-2.2.1/bin/mvn clean versions:use-parent-release scm:checkin install"

Re: MavenProject / POM change in a command chain

2011-08-23 Thread Stephen Connolly
There is no support for reloading the pom during a maven invocation. This is why the versions plugin _clearly_ states that you cannot use it with anything else from the same maven invocation. On 23 August 2011 17:42, Krull, Stephan wrote: > Hello there, > > I am currently working on a maven comm

MavenProject / POM change in a command chain

2011-08-23 Thread Krull, Stephan
Hello there, I am currently working on a maven command chain to fulfill several tasks in one step on a maven project. the chain has the following syntax: "../apache-maven-2.2.1/bin/mvn clean versions:use-parent-release scm:checkin install" Explanation: The command chain starts by changing t