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

build(mvn): add mvn wrapper #1687

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

andrewazores
Copy link
Member

Welcome to Cryostat! 👋

Before contributing, make sure you have:

  • Read the contributing guidelines
  • Linked a relevant issue which this PR resolves
  • Linked any other relevant issues, PR's, or documentation, if any
  • Resolved all conflicts, if any
  • Rebased your branch PR on top of the latest upstream main branch
  • Attached at least one of the following labels to the PR: [chore, ci, docs, feat, fix, test]
  • Signed all commits using a GPG signature

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


See cryostatio/cryostat-reports#140

Description of the change:

This adds mvnw for an easy consistent development environment.

Motivation for the change:

Ensures developers/contributors can have a common mvn version that is the accepted, canonical build toolchain, to eliminate any build issues due to differences in Maven version used.

How to manually test:

  1. ./mvnw clean package and ensure things still build and test properly. Bonus points for doing this on a clean system that doesn't even have mvn installed/in the $PATH.

@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Sep 27, 2023
@github-actions
Copy link
Contributor

Hi @andrewazores! Add at least one of the required labels to this PR

Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test

@mergify mergify bot added the safe-to-test label Sep 27, 2023
@andrewazores andrewazores added chore Refactor, rename, cleanup, etc. build and removed needs-triage Needs thorough attention from code reviewers labels Sep 27, 2023
@github-actions
Copy link
Contributor

Hi @andrewazores! Add at least one of the required labels to this PR

Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test

Copy link
Contributor

@aali309 aali309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@andrewazores andrewazores merged commit 0e4b84f into cryostatio:main Sep 28, 2023
8 checks passed
@andrewazores andrewazores deleted the mvn-wrapper branch September 28, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build chore Refactor, rename, cleanup, etc. safe-to-test
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants