Bugs
None
Enhancements
- [GMAVENPLUS-27] - Set targetBytecode from maven.compiler.target
- [GMAVENPLUS-28] - Use project.build.sourceEncoding for Groovydoc stylesheet default encoding. This can break your build if all the below condtions are met.
- You are using the groovydoc and/or testGroovydoc goal
- You have specified stylesheetFile
- You have not specified stylesheetEncoding
- Your system has a default encoding other than UTF-8
- The file specified by stylesheetFile contains characters outside the ASCII range
- [GMAVENPLUS-31] - Bind MavenProjectHelper to tool properties
- [GMAVENPLUS-32] - Support grooid classifier. An example usage is available.
Potentially breaking changes
None
Notes
None