hboutemy opened a new issue, #327: URL: https://github.com/apache/maven-archiver/issues/327
### New feature, improvement proposal Maven Archiver defines `META-INF/MANIFEST.MF` entries: - `Build-Jdk-Spec` - `Build-Jdk` they are taken from Maven runtime: when a JDK toochain is used, we need clarity between JDK running Maven vs JDK for compiling this has been done in Maven Jar Plugin 3.4.0 MJAR-62, adding `Build-Tool-Jdk-Spec` = https://github.com/apache/maven-jar-plugin/pull/73 , and ignoring `Build-Jdk` this algorithm would be better implemented in Maven Archiver, with the plugin just configuring the toolchain to Maven Archiver: then Maven Archiver can use the toolchain this would probably also be a good first step to injecting later the toolchain to Plexus Module Archiver that seems to be necessary given failure described in https://github.com/apache/maven-jar-plugin/issues/439 -- 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: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org