> -----Original Message----- > From: Duncan Krebs [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 2:36 AM > To: Maven UserList > Subject: Project Distribution Process > > > Hi, > I've been working on implementing Maven into my build process > and was wondering how to go about a couple of things. > > When I build a distribution of a project I want Maven to put > that newly compiled jar into a central repository so that > other projects can reference to it in project.xml. Would this > newly created jar go into the same repository that holds all > my third party jars? If thats the case then I'd have to > create my own central repository and not use the public one? > If you work alone you may just stick to your local repository. If you share your work (aars) with others you may want to setup your remote repository. Note that the name "central" repository is used to refer to the repository hosted at ibiblio. There could be only one central repository - in your case the correct term is _remote_ repository.
Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
