Skip to content

Commit

Permalink
mvn: explicitly verify before package to ensure coverage check is…
Browse files Browse the repository at this point in the history
… run, too
  • Loading branch information
miguno committed May 7, 2024
1 parent e06aa09 commit 5d7d6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ format-check:

# package the application to create an uber jar
package:
@./mvnw package
@./mvnw verify package

# print effective pom.xml
pom:
Expand Down

0 comments on commit 5d7d6c9

Please sign in to comment.