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 that the timestamps are different for each module and it is now more complicated to use a fixed snapshot. How can I fallback to the maven2 behavior with maven3 ? Regards Bob
