On 5/23/07, ossi petz <[EMAIL PROTECTED]> wrote:
i know how to add a non-free (commercial) jar into a local repository. i use deploy:deploy-file to achieve this:
...
how can i add the sources to this jar file? (packed in core-2.0.0.zip) is there some other packaging type? (i havent found the available types)
Try adding -Dclassifier=sources You might need to deploy it as a jar, I'm not sure if IDEs will find it as a .zip file. http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
