Add the tag to the generated pom
NotMyFault opened this issue ยท 0 comments
Upon release, the gradle plugin generates a pom.xml
, allowing maven users to consume our API too.
Unfortunately, this pom is currently unversioned. It would be beneficial to add a tag
to the SCM block in
This could be achieved by setting a tag
inside the scm
block and reading the project.version
as a string.