Re: getting the sources and javadocs

2006-08-22 Thread Arik Kfir
As well as the IDEA plugin, of course ;-) On Mon, 2006-08-21 at 15:57 -0400, Tomislav Stojcevich wrote: 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

Re: getting the sources and javadocs

2006-08-22 Thread Denis Cabasson
Just read what Tomislav wrote, this is a feature of the 1.1-SNAPSHOT version Denis Patrick Moore-3 wrote: Hi -- I tried : mvn dependency:sources and the plugin does not know about the sources goal (which is also not reference on the web page given below.) Is it possible

Re: getting the sources and javadocs

2006-08-21 Thread Mike Perham
Not by hand from the command line afaik. The eclipse plugin will try to download both if available when you run eclipse:eclipse. mike Patrick Moore [EMAIL PROTECTED] wrote on 08/21/2006 12:46:56 PM: Hi there - It looks like there is no way with maven2 to get the generated javadoc jar or

Re: getting the sources and javadocs

2006-08-21 Thread Tomislav Stojcevich
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.

Re: getting the sources and javadocs

2006-08-21 Thread Patrick Moore
Hi -- I tried : mvn dependency:sources and the plugin does not know about the sources goal (which is also not reference on the web page given below.) Is it possible that you are using a snapshot build of this plugin? -Pat --- Tomislav Stojcevich [EMAIL PROTECTED] wrote: The