quux00 / simplecsv

CSV parser for Java, based on the OpenCSV model, but fixing many of the inconsistencies and defects of that codebase.
Other
11 stars 3 forks source link

Maven central #3

Closed 0x6e6562 closed 10 years ago

0x6e6562 commented 10 years ago

If the release artifacts were in Maven central, it be a lot easier to include in CI environments where you can't publish custom Maven stuff. I'd like to upgrade from opencsv :-)

quux00 commented 10 years ago

I've queued it up on my TODO list. I'll try to get it published by this weekend. End of the month at the latest.

quux00 commented 10 years ago

I've prepared the project for release and have filed a ticket with Sonatype to get it released to their Nexus server: https://issues.sonatype.org/browse/OSSRH-8845?focusedCommentId=212098&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-212098

Should be in maven central within 2-3 days from now if things go according to plan.

quux00 commented 10 years ago

Sorry for the delay. Learning how to prepare a release for maven central and deploying to Sonatype Nexus is about as arcane and intricate as doing a complicated tax return, but it's done.

The 1.0 release of simplecsv can be found here: http://search.maven.org/#artifactdetails|net.quux00.simplecsv|simplecsv|1.0|jar