Closed loomis closed 6 years ago
In the PR, there is an implementation of a parent project.clj
file that can be built from maven, along with the rest of the build. Here are the caveats with this addition:
maven-exec-plugin
to call lein
with appropriate arguments. Nothing fancy here./usr/local/bin/lein
existing on the build machine.lein
path is NOT available on Jenkins currently to avoid failures in the build related to updating the project.clj
version numbers in a release.The extra subdirectory lein-parent/parent
is required to avoid having lein
overwrite the pom.xml
file when running an install
.
The entire project.clj
file is a work in progress; comments on the organization and content are welcome. In particular, the repository configuration needs work.
Provide a parent
project.clj
file for managing dependencies and repositories in leiningen builds.