I could use some help from someone more familiar with clojure uses.

On current master clojure does not build, as the manifest contains
Class-Path: .
and jar -i throws exception in phase 'generate-jar-indices.

The patch I proposed removes the classpath from the manifest. Do you think this can interfere with normal uses of clojure?

Another possible solution would be to delete the index generation phase, but I'm not sure about the implications here either.

WDYT?