Jonah Bauer
Jonah Bauer
For better compatibility with the JPMS (Java Platform Module System) it would be desirable to either have an Automatic-Module-Name defined in the META-INF file or a module-info.java (possibly as a...
I'm trying to run the embedded host from a maven plugin. The build succeeds, but after the BUILD SUCCESS message an error occurs during the shutdown hook running the `DirCleaner`...
When declaring repositories in the `dependencyResolutionManagement` block in the settings file and setting the `repositoryMode` to `RepositoriesMode.FAIL_ON_PROJECT_REPOS` the build will fail with an exception. ``` An exception occurred applying plugin...
This will allow the log4j-docgen-maven-plugin to generate xsd schema attributes for plugin fields with a type of `Class`, `InetAddress`, `URL`, `Charset` or `Pattern`. This addresses #3423.