best practices for setting up a stable build process?

2006-04-11 Thread Mike Perham
I'm attempting to create the build process for our next release. We have an m2 build repository for the current release which we built by hand (i.e. downloaded every file by hand from central and examined it to ensure consistency). I'm trying to do something a little more realistic this time - I'

Re: best practices for setting up a stable build process?

2006-04-11 Thread Jason van Zyl
Mike Perham wrote: I have all the distributionManagement and repository settings in the POM pointing to the master. The clean plugin is there in the master repo but I assume there is something missing in the metadata? And is there any better or more mechanical way of doing what I am trying to

RE: best practices for setting up a stable build process?

2006-04-11 Thread Mike Perham
To: Maven Users List Subject: Re: best practices for setting up a stable build process? Mike Perham wrote: > I have all the distributionManagement and repository settings in the > POM pointing to the master. The clean plugin is there in the master > repo but I assume there is somethin

Re: best practices for setting up a stable build process?

2006-04-11 Thread Wayne Fay
To: Maven Users List > Subject: Re: best practices for setting up a stable build process? > > Mike Perham wrote: > > > I have all the distributionManagement and repository settings in the > > POM pointing to the master. The clean plugin is there in the master > > repo b