modulemaker-maven-plugin icon indicating copy to clipboard operation
modulemaker-maven-plugin copied to clipboard

A Maven plugin for creating a module-info.class.

Results 4 modulemaker-maven-plugin issues
Sort by recently updated
recently updated
newest added

Change the scope of the maven-plugin-api to provided. When building with Maven 3.9.2 with `-Dmaven.plugin.validation=VERBOSE` I get the following warning: ``` WARNING] Plugin validation issues were detected in 5 plugin(s)...

The bullet **4a** of ASL-2.0 license states: _You must give any other recipients of the Work or Derivative Works a copy of this License;_

```java open module sample { // requires mandated java.base; ... } ```

Hi, I was trying to use this plugin with quite huge generate jar and encountering the exception below. I think the code in ModuleInjectMojo.java should be revised following the hints...