Re: Inserting a single module-info after shading

2018-02-03 Thread Mark Raynsford
On 2018-02-03T13:43:18 + Mark Raynsford wrote: > > It seems like I'd need to compile the module-info.java against a fake > source directory (to stop the compiler complaining that the module is > empty) and then insert the resulting module-info.class file into

Inserting a single module-info after shading

2018-02-03 Thread Mark Raynsford
Hello! I'm trying to embed and relocate some dependencies in a jar file with the maven-shade-plugin. I have a trivial example here that does this: https://github.com/io7m/resolver-shade-example The compilation produces a com.io7m.resolver-0.0.1-embedded.jar file containing most of the