Maven Shade Plugin not including resources of dependency
问题 I'm using the Maven Shade Plugin to include all dependencies during package phase. That works fine for classes, but dependent resources aren't included. Here's the layout of the dependent jar: ./config.properties <-- this is the missing resource ./META-INF ./META-INF/MANIFEST.MF ./META-INF/maven ./META-INF/maven/com.example ./META-INF/maven/com.example/bar ./META-INF/maven/com.example/bar/pom.properties ./META-INF/maven/com.example/bar/pom.xml Here's the shade plugin configuration: <plugin>