depstar

Discussion around https://github.com/seancorfield/depstar
maxp 2020-12-27T03:05:34.313300Z

thank you, I did that it works.

maxp 2020-12-27T03:05:47.313600Z

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.

maxp 2020-12-27T03:10:04.314900Z

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

seancorfield 2020-12-27T05:42:21.316200Z

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 🙂