lbehnke / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

Please provide javadoc and source jars when deploying to the central maven repository #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very nice and convenient, if when deploying the h2 jar files to
the central maven repository, the source and javadoc jars were deployed
too.  If this were done, then all of the integrations with tools like
m2eclipse would find the javadoc/sources automatically.

An example for the 1.1.117 version would be something like this:

http://repo2.maven.org/maven2/com/h2database/h2/1.1.117/h2-1.1.117-sources.jar
http://repo2.maven.org/maven2/com/h2database/h2/1.1.117/h2-1.1.117-sources.jar.m
d5
http://repo2.maven.org/maven2/com/h2database/h2/1.1.117/h2-1.1.117-sources.jar.s
ha1
http://repo2.maven.org/maven2/com/h2database/h2/1.1.117/h2-1.1.117-javadoc.jar
http://repo2.maven.org/maven2/com/h2database/h2/1.1.117/h2-1.1.117-javadoc.jar.m
d5
http://repo2.maven.org/maven2/com/h2database/h2/1.1.117/h2-1.1.117-javadoc.jar.s
ha1

Here's a link to an example project where this is being done. 
http://repo2.maven.org/maven2/junit/junit/4.4/

Thanks so much!
Grant

Original issue reported on code.google.com by grant...@gmail.com on 3 Sep 2009 at 9:48

GoogleCodeExporter commented 9 years ago
Thanks! This was already on the roadmap, and I increased the priority, now it is
almost a the top. I will try to change the build to generate those files and 
upload
them in the next weeks.

Original comment by thomas.t...@gmail.com on 4 Sep 2009 at 2:25

GoogleCodeExporter commented 9 years ago
Available in version 1.2.122

Original comment by thomas.t...@gmail.com on 29 Oct 2009 at 8:29