code.tool.maven
clean
added in 3.0
(clean)(clean pkg)(clean pkg params)(clean pkg params project)(clean pkg params lookup project)cleans the interim directory of packages
(clean :all {:tag :all :print {:item false :result false :summary false}})
deploy
added in 3.0
(deploy)(deploy pkg)(deploy pkg params)(deploy pkg params project)(deploy pkg params lookup project)deploys packages to a maven repository
(deploy ’xyz.zcaudate {:tag :all})
deploy-lein
added in 4.0
(deploy-lein)(deploy-lein pkg)(deploy-lein pkg params)(deploy-lein pkg params project)(deploy-lein pkg params lookup project)deploys packages to clojars using lein
(deploy-lein ’xyz.zcaudate {:tag :all})
infer
added in 4.0
(infer)(infer pkg)(infer pkg params)(infer pkg params project)(infer pkg params lookup project)infers all variables
(infer ’xyz.zcaudate {:tag :all :print {:item true :result false :summary false}})
install
added in 3.0
(install)(install pkg)(install pkg params)(install pkg params project)(install pkg params lookup project)installs packages to the local .m2 repository
(install ’xyz.zcaudate {:tag :all :print {:item true}})
(install ’xyz.zcaudate/std.lib {:tag :all :print {:item true}})
linkage
added in 3.0
(linkage)(linkage pkg)(linkage pkg params)(linkage pkg params project)(linkage pkg params lookup project)creates linkages for project
(linkage :all {:tag :all :print {:item false :result false :summary false}})
package
added in 3.0
(package)(package pkg)(package pkg params)(package pkg params project)(package pkg params lookup project)packages files in the interim directory
(package ’xyz.zcaudate {:tag :all :print {:item true :result false :summary false}})