Hi Patrick, > -----Urspr�ngliche Nachricht----- > Von: Patrick Prodhon [mailto:[EMAIL PROTECTED]] > Gesendet am: Donnerstag, 17. Oktober 2002 10:54 > An: 'Turbine Maven Users List' > Betreff: Question on Maven's documentation : "Storing Jars in CVS" > > Hello. > > There is a sentence in the Maven User's guide that I don't > understand : > "Maven tries to promote the notion of a user local repository > where JARs, > or any project artifacts, can be stored and used for any > number of builds. > " > What does the "user local repository" expression mean ?
Maven downloads all jar's from a remote property. The User Local Propery is just a local space on your hard disk. Open your maven dist on disc. There is a respository directory containing all artifacts. This is better than checkin in artifacts into cvs bescause it needs to handle them as binaries and cvs is _not_ developed to store binary files. I love this approch of maven! Bye Toby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
