> 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?

Sort of.  You would just publish to your own repository, but you can
still use the public one for downloads.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to