depstar

Discussion around https://github.com/seancorfield/depstar
maxp 2020-12-26T10:20:43.307500Z

@seancorfield could you explain the reason for "Ignoring :main-class because no 'pom.xml' file is present!"

maxp 2020-12-26T10:21:10.308Z

now I use empty pom.xml as workaround.

seancorfield 2020-12-26T17:40:23.311100Z

@maxp because it used to require the pom in order to build an uberjar. I plan to relax some of those requirements, now that you can specify group, artifact, and version on the command line.

seancorfield 2020-12-26T17:41:27.312700Z

You can always add :sync-pom true and have it generate the pom for you.