Skip to content

Commit

Permalink
Simplify makefile target for 'dependencies' to ensure output is reada…
Browse files Browse the repository at this point in the history
…ble - enforce direct use of 'mvn' binary rather than using var (since var usually points at 'mvnd')
  • Loading branch information
petergeneric committed May 23, 2024
1 parent 3c13816 commit 587bf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ compile:

dependencies:
$(MVN) install -DskipTests
$(MVN) dependency:tree
mvn dependency:tree

package:
$(MVN) clean package
Expand Down

0 comments on commit 587bf99

Please sign in to comment.