Re: Deploying 3rd Party Libraries with sources

2006-04-11 Thread Kenney Westerhof
On Tue, 11 Apr 2006, Roland Asmann wrote: > Thanks! > This seems to have done the trick... Although I think it's better to use the > '-DgeneratePom=false' on this, otherwise it will rewrite the POM to packaging > 'java-source'. Ah, I didn't know that was on by default now. Thanks for the update ;

Re: Deploying 3rd Party Libraries with sources

2006-04-11 Thread Roland Asmann
Thanks! This seems to have done the trick... Although I think it's better to use the '-DgeneratePom=false' on this, otherwise it will rewrite the POM to packaging 'java-source'. Roland On Tuesday 11 April 2006 12:25, Kenney Westerhof wrote: > On Tue, 11 Apr 2006, Roland Asmann wrote: > > I as

Re: Deploying 3rd Party Libraries with sources

2006-04-11 Thread Kenney Westerhof
On Tue, 11 Apr 2006, Roland Asmann wrote: I assume you have the source jars present, and you install the files with mvn install:install-file or mvn deploy:deploy-file ? If so, you can deploy/install the source jars too, by specifying -Dpackaging=java-source. -- Kenney > Hi, > > I was wondering

Deploying 3rd Party Libraries with sources

2006-04-11 Thread Roland Asmann
Hi, I was wondering if it is possible (and how) to deploy 3rd party Libraries with a source-jar into our company's central repository. We are using the maven-proxy tool to retrieve libraries from ibiblio and codehaus repositories, but as we all know there are some libs that can't be found on th