jira-importer commented on issue #185: URL: https://github.com/apache/maven-jar-plugin/issues/185#issuecomment-2956676699
**[Steven Schlansker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stevenschlansker)** commented I am able to see the problem with ```java jdbi% mvn -am -pl core clean package -DskipTests && jar tf core/target/jdbi3-core-*.jar ``` That said, we do post-process our jars with the somewhat bespoke `inline-maven-plugin`: https://github.com/basepom/inline-maven-plugin By commenting that out, the jar ordering is restored. So maybe this is an issue with inline-maven-plugin, not jar-maven-plugin. I'll follow up with the plugin maintainer and see what he thinks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
