Yes. That is a good way to do. All your transitive dependencies would have to do this also to completely reproduce the entire environment. Doable, but a bit of a pain.
My whole point though is that you should very rarely have to do it. > -----Original Message----- > From: stug23 [mailto:[email protected]] > Sent: Sunday, November 07, 2010 12:21 PM > To: [email protected] > Subject: RE: Continuous Delivery and Maven > > > I wanted to comment on something we have done for our builds with respect > to > SNAPSHOTS that helps with being able repeat a build for the SNAPSHOT. We > record the Subversion revision number for each SNAPSHOT in the MANIFEST. > > Also we have a so-called base-pom, which all projects inherit from, that > locks down all of the Maven plugin versions so that the build is > repeatable > at a later time. > -- > View this message in context: > http://maven.40175.n5.nabble.com/Continuous-Delivery-and-Maven- > tp3245370p3254127.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
