The Apache Maven team is pleased to announce the release of the Apache Maven JMod Plugin Version 3.0.0-alpha-1 release https://maven.apache.org/plugins/maven-jmod-plugin/
The JMod Plugin is used to create JMod Files http://openjdk.java.net/jeps/261 The plugin has got the major version 3 to make clear this plugin is only for Maven 3+. * Maven 3.X only * JDK 7 minimum requirement 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-alpha-1</version> <extensions>true</extensions> </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 3.0.0-alpha-1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321433&version=12341363 Improvements: * [MJMOD-1] - Upgrade dependencies in component * [MJMOD-2] - Classpath / Modulepath using the dependencies of the current project. * [MJMOD-3] - Changed moduleName into outputFileName to prevent confusion * [MJMOD-5] - Usage of moduleName in describe/list goal / classpath usage in create goal Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org