boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

fix #633; also search for pom and jar files in fileset #634

Closed martinklepsch closed 6 years ago

martinklepsch commented 7 years ago

Not sure if this is the best way to handle it.

alandipert commented 6 years ago

We're kind of running out of argument letters, but adding a new argument to do this seems less breaky to me. Even if it's an obscure letter, it would at least have its own doc string and there'd be no ambiguity between file in fileset or relative path on disk.

What do you think?

martinklepsch commented 6 years ago

Closing this issue as the problem should probably be solved by changing the uberjar exclusions pattern.