Cool, thanks Jason. Send a note out when you have this complete and I will test it out for you by replaying the steps I did this afternoon and see if it leads to a usable master repo.
-----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 6:51 PM 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 something missing in the metadata? And is > there any better or more mechanical way of doing what I am trying to > do? I assume others have had to do the same thing with their build processes. You need the maven-metadata.xml files to accompany the artifacts in order for that directory structure to function as a remote repository. I actually just added something to the assembly to create a repository structure that you can deploy, I have a local change here to write out the metadata as well. I created these: http://jira.codehaus.org/browse/MASSEMBLY-80 http://jira.codehaus.org/browse/MASSEMBLY-81 When that's in then you can probably use that to create a working repository easily. I'll try to whack that in later tonight. > mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org Our achievements speak for themselves. What we have to keep track of are our failures, discouragements and doubts. We tend to forget the past difficulties, the many false starts, and the painful groping. We see our past achievements as the end result of a clean forward thrust, and our present difficulties as signs of decline and decay. -- Eric Hoffer, Reflections on the Human Condition --------------------------------------------------------------------- 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]
