depstar

Discussion around https://github.com/seancorfield/depstar
borkdude 2020-10-08T21:57:03.010900Z

@seancorfield I wonder how #43 affected previous uberjars: normally the main method is looked up in the manifest, but if depstar got it wrong, how could it even have worked?

seancorfield 2020-10-08T22:01:49.011300Z

manifest != pom.properties

seancorfield 2020-10-08T22:03:27.012600Z

The manifest has always been correct. Only pom.properties was incorrect. And it likely wasn't actually being used by anything (assuming pom.xml had explicit values rather than ${version} etc).

seancorfield 2020-10-08T22:03:43.012800Z

@borkdude ^

borkdude 2020-10-08T22:04:51.013300Z

ok, thanks :)