Apache Maven JMod Plugin Version 3.0.0-alpha-1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven JMod Plugin, version 3.0.0-alpha-1.
This is the first public release of this plugin. It is explicitly an alpha version which means you can give feedback how to use it or how to improve the plugin.
The JMod Plugin is intended to create a JMod files via jmod.
https://maven.apache.org/plugins/maven-jmod-plugin/
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-jmod-plugin</artifactId>
4 <version>3.0.0-alpha-1</version>
5</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-alpha-1
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