Fork me on GitHub
#depstar
<
2020-12-27
>
maxp03:12:34

thank you, I did that it works.

maxp03:12:47

I've just do

touch pom.xml
clojure -X:depstar uberjar :main-class ...
rm pom.xml
to have git indexed files not changed while building.

maxp03:12:04

btw, I'm not sure it was a good idea 🙂

seancorfield05:12:21

You don't need an empty pom.xml to use :sync-pom true (just provide :group-id, :artifact-id, and :version) and you don't need to delete it afterward. That pom.xml file is useful 🙂