Skip to content

Commit

Permalink
build: enable logging on maven execution
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 15, 2023
1 parent 07dd7fe commit 63c0d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Build with Maven
env:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: mvn -B deploy --file pom-jdk8.xml -s settings-template.xml
run: mvn -B deploy --file pom-jdk8.xml -s settings-template.xml -X

0 comments on commit 63c0d36

Please sign in to comment.