Skip to content

Commit

Permalink
[gha] Set mvnw verbose to true
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 5, 2025
1 parent 701efa2 commit a12a097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/it-maven-4.0.0-rc-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
java-version: 21
distribution: 'zulu'
- name: Set MVNW_VERBOSE
run: echo "MVNW_VERBOSE=true" >> $GITHUB_ENV
- name: Load Maven 4.0.0-rc-2
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-2 --no-transfer-progress
- name: Integration Test with Maven
Expand Down

0 comments on commit a12a097

Please sign in to comment.