Skip to content

Commit

Permalink
Add "upgrade-mvnw" target for just
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed May 6, 2024
1 parent 81102d1 commit 72a4ccb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ test:
test-integration:
@./mvnw failsafe:integration-test

# upgrade mvnw a.k.a. maven wrapper
upgrade-mvnw:
@./mvnw wrapper:wrapper

# run all tests, plus static code analysis with spotbugs
verify:
@./mvnw verify
Expand Down

0 comments on commit 72a4ccb

Please sign in to comment.