Maven: source and javadoc jars are uploaded

Hi,

I added source and javadoc jars to be uploaded to maven. There is already
an uploaded version on the snapshot repository. Can someone verify that this
works fine?

cheers,
shay.banon

Have downloaded (This is the jar I got:
elasticsearch-0.6.0-20100406.084159-6.jar). Source and JavaDocs
available within my eclipse.

cheers,
/dom

On Apr 6, 7:19 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Hi,

I added source and javadoc jars to be uploaded to maven. There is already
an uploaded version on the snapshot repository. Can someone verify that this
works fine?

cheers,
shay.banon

Shay Banon wrote:

I added source and javadoc jars to be uploaded to maven. There is
already an uploaded version on the snapshot repository. Can someone
verify that this works fine?

Thank you.

And, as Dom as already said, it works.

Now, people using Maven can simply type:

mvn eclipse:eclipse -DdownloadSources=true

... this generates their .classpath and .project Eclipse files with
the sources for their dependencies, including Elasticsearch now.

I use:

 <plugins>

   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-eclipse-plugin</artifactId>
     <configuration> 

${project.build.directory}/classes-eclipse
true
false

 </plugins>

... to type less on the command line:

mvn eclipse:eclipse

Cheers,
Paolo