grenada.utils.jar

A rather shapeless namespace for procedures concering Datadoc JARs.

jar-from-entries-map

(jar-from-entries-map entries-map out-dir {:keys [group artifact version], :as coords-out})
Inputs: [entries-map out-dir {:keys [group artifact version], :as coords-out} :- schemas/JarCoordsWithDescr]

Creates a Datadoc JAR containing data as specified by ENTRIES-MAP and a
pom.xml in OUT-DIR.

ENTRIES-MAP is the same as the FILES-MAP argument to darkestperu.jar/jar.

Not part of the public API.

jar-name

(jar-name artifact version)
Returns the filename for a Datadoc JAR for ARTIFACT and VERSION.