Liking cljdoc? Tell your friends :D

badigeon.pom


gen-pomclj

(gen-pom group-id artifact-id version deps repos)

make-pom-propertiesclj

(make-pom-properties lib {:keys [:mvn/version]})

sync-pomclj

(sync-pom lib {:keys [:mvn/version]} {:keys [deps :mvn/repos]})

Creates or updates a pom.xml file at the root of the project. lib is a symbol naming the library the pom.xml file refers to. The groupId attribute of the pom.xml file is the namespace of the symbol "lib" if lib is a namespaced symbol, or if its name is an unqualified symbol. The artifactId attribute of the pom.xml file is the name of the "lib" symbol. The pom.xml version, dependencies, and repositories attributes are updated using the version, deps and repos parameters.

Creates or updates a pom.xml file at the root of the project. lib is a symbol naming the library the pom.xml file refers to. The groupId attribute of the pom.xml file is the namespace of the symbol "lib" if lib is a namespaced symbol, or if its name is an unqualified symbol. The artifactId attribute of the pom.xml file is the name of the "lib" symbol. The pom.xml version, dependencies, and repositories attributes are updated using the version, deps and repos parameters.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close