If the artifacts have sources and javadocs deployed with them, then using -DdownloadSources=true and -DdownloadJavadocs=true is what you need. The plugin will download them and attach them to the project to help you in your development.

Hope that helps


^_^


Christian Goetze wrote:
This is not clear for me from the maven book.

We have some third party jars that come with source code and javadocs, and I'd like those to be retrieved via a maven build. How can I do that? Do I actually need to make these into full-blown modules or is there a way to just handle the zip files directly, since idea is able to look at zip files for sources and javadocs...
--
cg

---------------------------------------------------------------------
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]

Reply via email to