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

Adding maven wrapper support #5500

Merged
merged 8 commits into from Feb 14, 2024
Merged

Adding maven wrapper support #5500

merged 8 commits into from Feb 14, 2024

Conversation

filipelautert
Copy link
Collaborator

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Adding maven wrapper support and using it to build Liquibase instead of maven installed by github actions.

DOCS notes: after merging this PR we will need to fix documentation at https://contribute.liquibase.com/code/get-started/env-setup/ to get rid of step 2 and update step 3

Partially fixes #5334 .

@filipelautert filipelautert changed the title New maven wrapper Adding maven wrapper support Jan 24, 2024
@filipelautert filipelautert self-assigned this Jan 24, 2024
@filipelautert
Copy link
Collaborator Author

Created this new as the previous PR was clashing with a very old branch from pro .

@sayaliM0412
Copy link
Contributor

@filipelautert : do we want this to be QA'd ?

@filipelautert
Copy link
Collaborator Author

@filipelautert : do we want this to be QA'd ?

@sayaliM0412 yes please!

Copy link
Contributor

@jnewton03 jnewton03 left a comment

Choose a reason for hiding this comment

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

🔥

@rberezen
Copy link
Contributor

@filipelautert : do we want this to be QA'd ?

@sayaliM0412 yes please!

who is going to QA'd it? DevOps, Devs, QAs? cc @filipelautert @sayaliM0412

mvn versions:set "-DnewVersion=${{ needs.setup.outputs.thisBranchName }}-SNAPSHOT"
#mvn versions:set "-DnewVersion=${{ inputs.branchName }}-SNAPSHOT"
./mvnw versions:set "-DnewVersion=${{ needs.setup.outputs.thisBranchName }}-SNAPSHOT"
#./mvnw versions:set "-DnewVersion=${{ inputs.branchName }}-SNAPSHOT"
Copy link
Contributor

Choose a reason for hiding this comment

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

should we leave commented line?

@filipelautert
Copy link
Collaborator Author

@filipelautert : do we want this to be QA'd ?

@sayaliM0412 yes please!

who is going to QA'd it? DevOps, Devs, QAs? cc @filipelautert @sayaliM0412

All of the above?

@rberezen
Copy link
Contributor

did a quick check locally, works good!

@filipelautert filipelautert merged commit aaea1c3 into master Feb 14, 2024
33 of 34 checks passed
@filipelautert filipelautert deleted the new-maven-wrapper branch February 14, 2024 20:10
@filipelautert filipelautert added this to the 1NEXT milestone Feb 14, 2024
@adrian-velonis1
Copy link
Contributor

Internal documentation ticket: https://datical.atlassian.net/browse/PD-4220

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

Successfully merging this pull request may close these issues.

dev experience: provide maven wrapper for all maven-based liquibase projects
5 participants