Bugs None Enhancements
- Change default GroovyDoc jar artifact type to javadoc, so its extension gets set to "jar" by the artifact handler <https://maven.apache.org/ref/3.6.0/maven-core/artifact-handlers.html> instead of "groovydoc" by the default handler logic <https://github.com/apache/maven/blob/maven-3.6.3/maven-core/src/main/java/org/apache/maven/artifact/handler/DefaultArtifactHandler.java#L61> which uses the type for the extension in the case of unknown types (#151 <https://github.com/groovy/GMavenPlus/issues/151>). Potentially breaking changesGroovyDoc jars and test GroovyDoc jars will now be of type "javadoc" and have extension "jar". Rather than type and extension "groovydoc". If you do not wish to transition to this new behavior, set the new artifactType or testArtifactType property to "groovydoc" to revert to the previous behavior. NotesWhile the artifact type of GroovyDoc jars has changed, the Maven classifier has not. It remains "groovydoc", and you can still override that, just as before. *Getting help / reporting bugs* As usual, let me know of any bugs you encounter either on our user mailing list <http://groups.google.com/group/gmavenplus>, GitHub issues <https://github.com/groovy/GMavenPlus/issues>, or Slack <https://groovy-community.slack.com/messages/C2SLAV9FY/>. Enjoy!