Raynes / lein-bin

Standalone console executables for your project.
155 stars 19 forks source link

Pass main to uberjar... #23

Open cresh opened 9 years ago

cresh commented 9 years ago

... 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 commented 7 years ago

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