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

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

Re: Include source, javadocs, etc in installed artifact

2007-11-05 Thread Yaakov Chaikin
As part of your plugins configuration, do this; plugin artifactIdmaven-source-plugin/artifactId configuration aggregatefalse/aggregate /configuration executions execution phasepackage/phase goals goaljar/goal /goals /execution /executions /plugin

Include source, javadocs, etc in installed artifact

2007-11-04 Thread lightbulb432
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, Javadocs, and other things to also be put into the local repository? I looked at the following link for any parameters to add, but nothing

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,