Re: Include source, javadocs, etc in installed artifact

2007-11-27 Thread Dennis Lundberg
lightbulb432 wrote: From where can I download maven-javadoc-plugin 2.4? There's a documented IBM JVM-specific bug that's fixed in 2.4 that I need to download. Unfortunately, it doesn't look like it's released yet (is it?), with the latest version being 2.3 (see http://repo1.maven.org/maven2/org/

Re: Include source, javadocs, etc in installed artifact

2007-11-21 Thread lightbulb432
>From where can I download maven-javadoc-plugin 2.4? There's a documented IBM JVM-specific bug that's fixed in 2.4 that I need to download. Unfortunately, it doesn't look like it's released yet (is it?), with the latest version being 2.3 (see http://repo1.maven.org/maven2/org/apache/maven/plugins/

Re: Include source, javadocs, etc in installed artifact

2007-11-05 Thread Yaakov Chaikin
As part of your plugins configuration, do this; maven-source-plugin false package jar If you're using Eclipse, you can then do this (after closing eclipse): mvn eclipse:clean eclipse:eclipse -DdownloadSources=true Eclipse will parse the J

Re: Include source, javadocs, etc in installed artifact

2007-11-04 Thread Dennis Lundberg
This was answered on October 31. on this list. Check the archives for a thread titled "Attaching source code". lightbulb432 wrote: When I run the mvn install, install:install, or install:install-file command, only the JAR itself is put into my local repository. How can I get the source, Javadoc