Skip to content

Commit

Permalink
Maven System output
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 8, 2023
1 parent dc8e893 commit f4ead27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
distribution: [temurin]

steps:
- name: Maven System output
run: ./mvnw -s ./.maven-settings.xml help:system

- name: Maven Build with SonarCloud
uses: wcm-io-devops/github-action-maven-build-sonar@v1
with:
Expand All @@ -38,3 +35,4 @@ jobs:
sonar-run-on-java-version: 17
sonar-token: ${{ secrets.SONAR_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
maven-additional-args: help:system

0 comments on commit f4ead27

Please sign in to comment.