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

Commits on Jun 19, 2017

  1. Adds infrastructure to support developing using boot

    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 committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    53504f1 View commit details
    Browse the repository at this point in the history