How to upload 3rd party source jars to external repository

2006-11-08 Thread Mikkel Jensen
How can I upload 3rd party source jars to an external repository? Using the webdav plugin I am able to upload standard bytecode jars like this: mvn deploy:deploy-file -DgroupId= -DartifactId= -Dversion= -Dfile=

Re: How to upload 3rd party source jars to external repository

2006-11-08 Thread Wayne Fay
Give this a try... Use that same command, but add -Dclassifier=sources or -Dclassifier=javadoc as appropriate. I'm reasonably certain that will work. Wayne On 11/8/06, Mikkel Jensen <[EMAIL PROTECTED]> wrote: How can I upload 3rd party source jars to an external repository? Using the webdav plu

Re: How to upload 3rd party source jars to external repository

2006-11-08 Thread Mikkel Jensen
Thanks a bunch, that did the trick! - Mikkel On 11/8/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Give this a try... Use that same command, but add -Dclassifier=sources or -Dclassifier=javadoc as appropriate. I'm reasonably certain that will work. Wayne On 11/8/06, Mikkel Jensen <[EMAIL PROTECTED

Re: How to upload 3rd party source jars to external repository

2006-11-15 Thread Christofer Jennings
I'm having trouble using deploy:deploy-file to upload sources and javadoc too. I've set up an internal repository via SCP and have uploaded DWR version 2.0m4 to it. When I use the mvn command below for either the javadoc or sources jar, I get the NullPointerException. Am I using the command corre

Re: How to upload 3rd party source jars to external repository

2006-11-15 Thread Christofer Jennings
It seems to work if I set -DgeneratePom=true On 11/15/06, Christofer Jennings <[EMAIL PROTECTED]> wrote: I'm having trouble using deploy:deploy-file to upload sources and javadoc too. I've set up an internal repository via SCP and have uploaded DWR version 2.0m4 to it. When I use the mvn comman

Re: How to upload 3rd party source jars to external repository

2007-01-04 Thread Sanjiv Jivan
Can the maven docs be updated to reflect this useful piece of information. Thanks, Sanjiv On 11/8/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Give this a try... Use that same command, but add -Dclassifier=sources or -Dclassifier=javadoc as appropriate. I'm reasonably certain that will work. Wayn