On Thu, Oct 23, 2008 at 1:25 PM, ez <[EMAIL PROTECTED]> wrote: > i created a jar that contains the jar and the sources (jar-ed). > then i called mvn deploy:deploy-file.. > however, the entire jar was uploaded as the classes jar..
Typically the -sources jars in the repository contain *only* the source code. When you have that, try mvn deploy:deploy-file again with the additional parameter -Dclassifier=sources . http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploying-with-classifiers.html If you're still having trouble, paste the entire command you tried. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
