Extended DSL
I'm happy to announce the second release of the maven-plugin-development
plugin. This release features an extend DSL that give build others more control over what is written to the generated maven plugin descriptor.
New Features
- Add DSL for declaring mojos in the build script (#4)
- Provide way to configure plugin dependencies (#12)
- Define dedicated configuration for projects providing mojos (#11)
- Add support for mojos from other projects (#3)
Bug Fixes
- Force version upgrade of qdox (#9)
Breaking changes
- Package
de.benediktritter.maven.plugin.development.model
has been removed.