Maven release plugin, branch goal behavior

2015-08-25 Thread Bob Hpv
Hi, I'm trying to use the release plugin (2.5.2 with maven 2.2.1) to perform a delivery. I did some tests using the release:perform goal. In the current branch, it - updates the pom with the release version, - commit the modification, - add a tag, - updates the pom to next snapshot, - commit

Maven 3 deploy snapshot and multi module

2015-10-05 Thread Bob Hpv
Dear all, I was using maven 2 and the unique version for SNAPSHOT deployment. In this configuration if I deploy a multi-module project, I had a single timestamp for all the modules which was very useful when we wanted to use one fixed SNAPSHOT. I upgraded recently to maven 3. With maven 3, we see

Re: Maven 3 deploy snapshot and multi module

2015-10-08 Thread Bob Hpv
Dear Karl, I was using maven 2.2.1 and now 3.2.5. I deploy the artifacts on a Nexus Repository (version 2.0.5). Regards Bob 2015-10-05 18:49 GMT+02:00 Karl Heinz Marbaise : > Hi, > > On 10/5/15 6:24 PM, Bob Hpv wrote: > >> Dear all, >> I was using maven 2 and the uni