Open rmuller opened 5 years ago
Can you verify it works as expected before closing since I'm not super familiar with the maven-shade-plugin?
Also the following error is showing:
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
Am I correct in saying that this is not an issue since that's a Java 9 feature and we are using Java 8 to compile everything?
Also the following error is showing: [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
Yes, for Java 8, this can be ignored.
A lot of warnings about skipped directories/files. This is very undesirable.
As discussed, it is better to use the Apache Maven Shade Plugin.