Re: Getting clojure projects into maven central - aot vs sources, -javadoc and -sources artifacts

2011-01-26 Thread Stuart Sierra
So far, this hasn't been an issue for contrib, but only a couple of "new" contrib libraries are releasing to Maven Central right now. -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clo

Re: Getting clojure projects into maven central - aot vs sources, -javadoc and -sources artifacts

2011-01-24 Thread Peter Schuller
> First, Sonatype's validation of -sources.jar and -javadoc.jar aren't as > stringent as you might expect.  That is, the OSS/central repos' validation > routines appear to check for the existence of those artifacts corresponding > to a given jar artifact, but they aren't inspected for completene

Re: Getting clojure projects into maven central - aot vs sources, -javadoc and -sources artifacts

2011-01-23 Thread Chas Emerick
I'm relying entirely on memory at the moment, but there are two answers to this question. First, Sonatype's validation of -sources.jar and -javadoc.jar aren't as stringent as you might expect. That is, the OSS/central repos' validation routines appear to check for the existence of those artifa

Getting clojure projects into maven central - aot vs sources, -javadoc and -sources artifacts

2011-01-22 Thread Peter Schuller
Hello, I'm experimenting with getting my feet wet with proper maven central releases by trying to get a small library[1] into maven central. The sonatype instructions[2] require, among other things: (1) If the project packaging is jar, and the jar file contains java classes, there must be a -j