Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the tag to the generated pom. #4160

Closed
NotMyFault opened this issue Sep 10, 2023 · 0 comments · Fixed by #4179
Closed

Add the tag to the generated pom. #4160

NotMyFault opened this issue Sep 10, 2023 · 0 comments · Fixed by #4179

Comments

@NotMyFault
Copy link
Member

NotMyFault commented Sep 10, 2023

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

scm {
url.set("https://github.com/IntellectualSites/PlotSquared")
connection.set("scm:https://IntellectualSites@github.com/IntellectualSites/PlotSquared.git")
developerConnection.set("scm:git://github.com/IntellectualSites/PlotSquared.git")
}
.

This could be achieved by setting a tag inside the scm block and reading the project.version as a string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant