thank you, I did that it works.
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.btw, I'm not sure it was a good idea 🙂
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 🙂