-
Notifications
You must be signed in to change notification settings - Fork 798
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
maven support #322
Labels
Comments
Could you elaborate on what you mean by "maven support"? Are you mainly thinking of bumping a version in pom.xml or build.grade(.kts)? |
Yep Andrew, only bumping a correct version into the pom is sufficient and I do not want to reinvent the wheel.
I found https://github.com/conveyal/maven-semantic-release
But it seems to me that it does a lot of magic that I do not need, moreover it does not use this plugin ;(
Best regards,
Andrej
…Sent from my iPhone
On 8 Apr 2019, at 17:02, Andrew Goode ***@***.***> wrote:
Could you elaborate on what you mean by "maven support"? Are you mainly thinking of bumping a version in pom.xml or build.grade(.kts)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
If it's just a matter of bumping/altering the semantic version string in a specific file, I think we can merge this request into #313. |
seems reasonable to me to bump maven meta-information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Do you plan to support maven based projects too? Is there any proof of concept available?
Thank you!
Best regards,
Andrej
The text was updated successfully, but these errors were encountered: