https://github.com/raphw/modulemaker-maven-plugin
A Maven plugin for creating a module-info.class.
https://github.com/raphw/modulemaker-maven-plugin
Last synced: 8 months ago
JSON representation
A Maven plugin for creating a module-info.class.
- Host: GitHub
- URL: https://github.com/raphw/modulemaker-maven-plugin
- Owner: raphw
- Created: 2018-07-25T20:42:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T17:36:55.000Z (about 2 years ago)
- Last Synced: 2025-03-18T21:54:47.711Z (about 1 year ago)
- Language: Java
- Size: 42 KB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This plugin allows the creation of a module-info.class for projects on Java 6 to Java 8 where a module-info.java file cannot be compiled.
Example use:
```xml
codes.rafael.modulemaker
modulemaker-maven-plugin
LATEST
process-classes
make-module
your.module
foo.bar,qux.baz
some.mod
```
Note that all packages of the module must be named explicitly.
Under the Apache 2.0 license.
Have a look at the [moditech plugin](https://github.com/moditect/moditect) for more complex module creation.