RE: [m2] Repeatable build and plugin version resolution

2007-01-17 Thread Rupert Smith
This question has also arrisen recently where I work. I suggested putting the local repository of the build machine under version control, so that it can be rolled back to repeat any released build that we create. Hell, we'll probably stick a copy of the jdk, ant, maven, the os, everything we can

Re: [m2] Repeatable build and plugin version resolution

2007-01-17 Thread Mark Hobson
On 17/01/07, Rupert Smith [EMAIL PROTECTED] wrote: What about poms that use versioning syntax to specify that they can use versions = a certain version ((e.g. [1.5,) for versions = 1.5)? My transitive dependencies may include such a pom without me really being aware of it. Then someone uploads

Re: [m2] Repeatable build and plugin version resolution

2006-01-17 Thread Brett Porter
? Or did I miss something? Gilles -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: 14 January 2006 19:25 To: Maven Users List Subject: RE: [m2] Repeatable build and plugin version resolution I think the standard and easiest

RE: [m2] Repeatable build and plugin version resolution

2006-01-16 Thread Scokart Gilles
. Does it make sense? Or did I miss something? Gilles -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: 14 January 2006 19:25 To: Maven Users List Subject: RE: [m2] Repeatable build and plugin version resolution I think the standard and easiest to manage

Re: [m2] Repeatable build and plugin version resolution

2006-01-16 Thread Daniel Kulp
- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: 14 January 2006 19:25 To: Maven Users List Subject: RE: [m2] Repeatable build and plugin version resolution I think the standard and easiest to manage is to create a parent pom that your projects inherit from. In this pom, put

Re: [m2] Repeatable build and plugin version resolution

2006-01-16 Thread Chris Berry
something? Gilles -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: 14 January 2006 19:25 To: Maven Users List Subject: RE: [m2] Repeatable build and plugin version resolution I think the standard and easiest to manage is to create a parent

[m2] Repeatable build and plugin version resolution

2006-01-14 Thread Scokart Gilles
How can we guarantee a repeatable build? I mean, when I build a project, the most recent available versions of the plugins are used. That means that there is a risk that rebuilding a project after 6 months provides a different result. I know that it possible to force the plugins version

RE: [m2] Repeatable build and plugin version resolution

2006-01-14 Thread Brian E. Fox
the parent is used. It makes it much easier to control your build environment, especially having control over the plugins. -Original Message- From: Scokart Gilles [mailto:[EMAIL PROTECTED] Sent: Saturday, January 14, 2006 12:17 PM To: Maven Users List Subject: [m2] Repeatable build and plugin