# modulemaker-maven-plugin **Repository Path**: mirrors_raphw/modulemaker-maven-plugin ## Basic Information - **Project Name**: modulemaker-maven-plugin - **Description**: A Maven plugin for creating a module-info.class. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.