Hello all,

I perform following command in my jenkins jobs:

/usr/local/apache-maven-3.0.4/bin/mvn -B -Darguments="-Dmaven.test.skip=true" 
-f /var/lib/jenkins/workspace/Winter2014-Deploy-Test/pom.xml release:prepare 
--batch-mode -Dtag=Winter2014/004 -DreleaseVersion=Winter2014-004 
-DdevelopmentVersion=Winter2014-005-SNAPSHOT -Dmaven.test.skip

Maven push correctly the new tag like Winter2014/004 on my git repo but it also 
push a new branch Winter2014 ! I don't need to push a new branch ...
Do you know the means to say "don't push a new branch" ?

Thank and best regards

Adrien Ruffié


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to