Re: Articles on Artifact Repository

2004-01-07 Thread Jason van Zyl
On Wed, 2004-01-07 at 02:28, Steve Garcia wrote: > Does anybody know of any articles I can find on the Internet detailing the > advantages and drawbacks of using an artifact repository (instead of > sticking artifacts in an SCM) for software development? > > I want to read more about this style of

RE: Articles on Artifact Repository

2004-01-07 Thread J. Matthew Pryor
> Maven artifact repositories are *not* hooked in with SCM > systems. That is, when you compile your project, Maven tries > to satisfy the dependencies by fetching the artifact via a > URL > (http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-1 > .0.jar or > /home/user/java/reposito

RE: Articles on Artifact Repository

2004-01-07 Thread Steve Garcia
Matthew > > > -Original Message- > > From: Steve Garcia [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, January 07, 2004 6:28 PM > > To: '[EMAIL PROTECTED] ' > > Subject: Articles on Artifact Repository > > > > Does anybody know of an

RE: Articles on Artifact Repository

2004-01-07 Thread J. Matthew Pryor
the 3rd would be ibiblio, probably just for maven and anything maven directly needs. I haven't set this up yet so maybe it's a really bad idea Matthew > -Original Message- > From: Steve Garcia [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 07, 2004 6:28 PM >

Articles on Artifact Repository

2004-01-07 Thread Steve Garcia
Does anybody know of any articles I can find on the Internet detailing the advantages and drawbacks of using an artifact repository (instead of sticking artifacts in an SCM) for software development? I want to read more about this style of development - I have some colleagues who are not convinced