Re: Deploying to multiple repositories

2007-03-23 Thread Samuel Le Berrigaud
: Thursday, March 22, 2007 12:40 AM To: Maven Users Subject: Deploying to multiple repositories Hi all, here is what I am trying to achieve: - I have two repositories; -- a public one where only binaries go, -- and a private one where binaries, sources and javadocs go. I would like

RE: Deploying to multiple repositories

2007-03-22 Thread David Jackman
Subject: Deploying to multiple repositories Hi all, here is what I am trying to achieve: - I have two repositories; -- a public one where only binaries go, -- and a private one where binaries, sources and javadocs go. I would like to be able to deploy to those two repositories by running 'mvn

Re: Deploying to multiple repositories

2007-03-22 Thread Rodrigo Ruiz
things that know about these artifacts). ..David.. -Original Message- From: Samuel Le Berrigaud [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 12:40 AM To: Maven Users Subject: Deploying to multiple repositories Hi all, here is what I am trying to achieve: - I

Deploying to multiple repositories

2007-03-21 Thread Samuel Le Berrigaud
Hi all, here is what I am trying to achieve: - I have two repositories; -- a public one where only binaries go, -- and a private one where binaries, sources and javadocs go. I would like to be able to deploy to those two repositories by running 'mvn deploy' (once). What I thought could be