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 ;) -- Kenney > > Roland > > > > On Tuesday 11 April 2006 12:25, Kenney Westerhof wrote: > > 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 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 there. Now I know how to install the Libs themself into our > > > repository, but since we somtimes need to debug through those libs, we > > > would like to have the source-code that goes with them as well. > > > > > > Roland > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > > Kenney Westerhof > > http://www.neonics.com > > GPG public key: http://www.gods.nl/~forge/kenneyw.key > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
