The Apache Maven team is pleased to announce the release of the Apache Maven JMod Plugin, version 3.0.0
The JMod Plugin is used to create JMod Files. https://maven.apache.org/plugins/maven-jmod-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jmod-plugin</artifactId> <version>3.0.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-jmod-plugin/download.cgi Release Notes - Maven JMod Plugin - Version 3.0.0 https://github.com/apache/maven-jmod-plugin/releases/tag/maven-jmod-plugin-3.0.0 NOTE: Plugin is not compatible with JDKs 24+ which includes JEP 493: Linking Run-Time Images without JMOD of Java 24 More details here: https://adoptium.net/news/2025/08/eclipse-temurin-jdk24-JEP493-enabled And plugin bug report: https://github.com/apache/maven-jmod-plugin/issues/84 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
