maven-plugin-development
maven-plugin-development copied to clipboard
Gradle plugin for building Apache Maven plugins
While this is possible when build mojos with maven, it's really quirky in this plugin and is one of the causes it's super difficult to support the configuration cache. We...
Using this plugin it's possible to build Mojos with other JVM languages, such as groovy or kotlin. This is not even supported when building mojos using maven. For that reason...
It adds complexity for little gain
This has multiple problems: - it leaks Maven types into the plugin API - it's not even possible when building Mojos using maven - Everybody just uses the annotations on...
I am getting this exception when building the jbake maven plugin through gradle with this plugin: ``` Execution failed for task ':jbake-maven-plugin:generateMavenPluginDescriptor'. > class com.thoughtworks.qdox.model.impl.DefaultJavaPackage can not implement com.thoughtworks.qdox.model.JavaPackage, because...
To prevent problems like the one fixed in #89 in the future.
If I got this right, a maven plugin is nothing more than a regular jar with some additional metadata files in `META-INF/maven/`. A jar built with the `de.benediktritter.maven-plugin-development` contains those...
The property is marked internal and not used anymore.