Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make om usable via boot's checkout dependency env key #875

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

livtanong
Copy link
Contributor

Sometimes, in the course of development, we want to make changes to libraries
we use. In any given boot project's build.boot file, we can specify a
checkouts environment key which allows us to point to jars in our own maven
repositories. Bootlaces provides several convenience functions for facilitating
the building of these jars and installing them into our own maven repositories
for access in our other projects.

This commit introduces the infrastructure necessary to make use of bootlaces'
functions--specifically build-jar--and paves the way for publishing om to
clojars as an alternative to leiningen. (Of course, this is entirely up to the
maintainer(s) of this project.)

Sometimes, in the course of development, we want to make changes to libraries
we use. In any given boot project's `build.boot` file, we can specify a
`checkouts` environment key which allows us to point to jars in our own maven
repositories. Bootlaces provides several convenience functions for facilitating
the building of these jars and installing them into our own maven repositories
for access in our other projects.

This commit introduces the infrastructure necessary to make use of bootlaces'
functions--specifically `build-jar`--and paves the way for publishing om to
clojars as an alternative to leiningen. (Of course, this is entirely up to the
maintainer(s) of this project.)
@livtanong livtanong changed the title Adds infrastructure to support developing using boot Make om usable via boot's checkout dependency env key Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant