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

Pass main to uberjar... #23

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

Pass main to uberjar... #23

wants to merge 1 commit into from

Conversation

cresh
Copy link

@cresh cresh commented Mar 17, 2015

... to enable building binaries for profiles that override the main class.

This allows lein-bin to work for profiles that override the main class:

:other-main {:main ns.other-main
             :bin {:name "other-main"}}

lein with-profiles +other-main bin will build the binary that executes ns.other-main.

@marco-m
Copy link

marco-m commented Jul 26, 2017

Hello @Raynes, is this project still alive? I am asking because I see open PR from 2015. Thanks!

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.

2 participants