An open API service indexing awesome lists of open source software.

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.

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.