The maven-dependency-plugin has a sources goal. http://mojo.codehaus.org/dependency-maven-plugin/introduction.html
mvn dependency:sources This is not available in the released 1.0 version, but it is in the 1.1-SNAPSHOT. You need to build from source or get from mojo snapshot repository. http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/dependency-maven-plugin/1.1-SNAPSHOT/ Or just use the eclipse plugin with the -DdownloadSources=true and ignore the generated eclipse files. On 8/21/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
Hi there - It looks like there is no way with maven2 to get the generated javadoc jar or the sources.jar files. Is this correct? Been looking for a while for a way and I found this: http://jira.codehaus.org/browse/MNG-2248 -Pat --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]