jai-imageio / jai-imageio-core

JAI ImageIO Core (without javax.media.jai dependencies)
Other
234 stars 87 forks source link

Release in Maven Central repository? #9

Closed stain closed 9 years ago

stain commented 9 years ago

.. and avoid users to depend on http://www.mygrid.org.uk/maven/repository/

Sonatype's pom.xml requirements for going into Central might require some more metadata: http://central.sonatype.org/pages/requirements.html

..we would presumably need a new <groupId> as we are not really net.java.dev.jai-imageio. Perhaps just <groupId>com.github.jai-imageio</groupId> ? (are dashes allowed here?) Views?

I'm not proposing to change the Java package name (yet), so that would remain as com.sun.media.imageio for now... although that is probably next on the list :-) And then version numbers!

jvtrigueros commented 9 years ago

:+1:

stain commented 9 years ago

I've prepared the pom and requested the groupId in central

stain commented 9 years ago

Both 1.2.1 and 1.3.0 (now with new package names) are pushed to bintray (See https://github.com/jai-imageio/jai-imageio-core#usage ) -- they should appear in Maven Central in a few days (and thus no longer need a custom <repository>

jvtrigueros commented 9 years ago

This is awesome! Thanks @stain!

stain commented 9 years ago

Now pushed to Central - it should appear tomorrow.

stain commented 9 years ago

Browse at https://oss.sonatype.org/content/repositories/releases/com/github/jai-imageio/

EDIT - now also on http://repo1.maven.org/maven2/com/github/jai-imageio/