arimus / jmimemagic

jMimeMagic is a Java library for determining the MIME type of files or streams.
http://sourceforge.net/projects/jmimemagic/
Apache License 2.0
206 stars 58 forks source link

Maven Central #22

Closed yegor256 closed 10 years ago

yegor256 commented 10 years ago

Would be great to have this library in Maven Central

arimus commented 10 years ago

http://search.maven.org/#search%7Cga%7C1%7Cjmimemagic

Looks like we probably need an update though.

snowdream commented 10 years ago

+1

arimus commented 10 years ago

Working on it.

yegor256 commented 10 years ago

maybe this manual will help you: http://www.yegor256.com/2014/08/19/how-to-release-to-maven-central.html

arimus commented 10 years ago

Released via sonatype, it'll take awhile to get sync'd. If you want to try it out before then, you can use the sonatype release repository:

https://oss.sonatype.org/content/repositories/releases/

Please note the artifact groupId it'll be deployed as has been corrected to align it with the pom (net.sf.jmimemagic)

Let me know if you run into any issues.