Hello. When using Embed-Dependency on a jar file that contains Java 9 class files embedded in META-INF, the plugin gets upset:
[ERROR] Bundle com.io7m.bugs:mod-b:bundle:1.0.0 : Classes found in the wrong
directory: {META-INF/versions/9/com/io7m/bugs/Hello.class=com.io7m.bugs.Hello}
[ERROR] Error(s) found in bundle configuration
Here's a repro case:
https://github.com/io7m/maven-bundle-plugin-bug-20170207
Just "mvn package". You don't need JDK 9 to reproduce the issue.
M
pgp1S4kcjKmDP.pgp
Description: OpenPGP digital signature

