elharo commented on issue #555: URL: https://github.com/apache/maven-jar-plugin/issues/555#issuecomment-5016434825
The fix is already in the current development version. `pom.xml` line 85 sets `plexusArchiverVersion` to `4.12.0`, and plexus-archiver 4.12.0 includes the null guard for `Files.getFileAttributeView()` returning `null` on Windows (no POSIX attribute view). No code change is needed in this repository — a 3.5.1 release from the `maven-jar-plugin-3.x` branch would pick up the dependency bump. -- 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]
