Fork me on GitHub
#depstar
<
2020-12-26
>
maxp10:12:43

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

maxp10:12:10

now I use empty pom.xml as workaround.

seancorfield17:12:23

@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.

seancorfield17:12:27

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