desruisseaux commented on issue #484:
URL: 
https://github.com/apache/maven-jar-plugin/issues/484#issuecomment-3405568681

   Yes, I plan to work on that. Following the recent work merged on the 
compiler plugin, I propose to [upgrade the JAR plugin to the JPMS world as 
well](https://github.com/apache/maven-compiler-plugin/pull/959#issuecomment-3405520441).
 This work would imply using the `jar` tool provided by `javax.tools` API 
rather than zipping the file ourselves. In my understanding of 
[JDK-8266835](https://bugs.openjdk.org/browse/JDK-8266835), the `jar` tool 
already verifies the validity of the multi-release file when these files are 
created with the `--release` option rather than zipping ourselves the content 
of `META-INF/versions/`. Therefore, we would not need to run `jar --validate` 
afterwards.


-- 
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]

Reply via email to