Hi, Eric. I have successfully set up a static repository, which I can declare as both a repository and a plugin repository. The access method is file://. I haven't put it into source control, but I have no doubt at all that I could put the whole thing into ClearCase and get to it from a ClearCase dynamic view. A static view, which is similar to what you use with SVN or CVS, could simply be arranged for on a mounted filesystem and kept up to date with a cron job.
My starting-point for deciding what the repository needed was the contents of a local repository from a recent build. I grabbed the needed artifacts from a maven-proxy that someone maintains here. I haven't pursued it further. This was a proof-of-concept exercise that my management wanted me to do. To add more needed artifacts, download them with wget and check them in. --Mariyn -----Original Message----- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 1:11 PM To: Maven Users List Subject: Re: Configuring a repository backed by SCM http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-scm/ On 10/26/06, Gargan, Stephen <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I would very much like to be able to set up a Maven repository that is > backed by source control. I know this is a contentious issue and > people question the necessity of such a setup, but it the single > greatest issue for me blocking Maven adoption, and one way or another > I'd like to find a solution. > > I stumbled across this blog posting by Brett that mentions that he has > it was doable using SVN/CVS > > > > http://blogs.codehaus.org/people/brett/archives/001066_storing_your_ma > ve > n_repository_in_cvssubversion.html > > > > Is an SCM backed repository something that Maven does or potentially > could support? If so I would be very interested I contributing to such > an effort. Any pointers or information that anyone can give me in this > direction would be greatly appreciated > > > > Rgds, > > > > stephen > > > -- Eric Redmond http://codehaus.org/~eredmond --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
