Simplify metrics and add documentation

This commit is contained in:
Stephan Schnabel 2023-03-03 09:42:03 +01:00
parent c99bad79d2
commit 31620d8136
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
7 changed files with 129 additions and 137 deletions

View file

@ -61,9 +61,9 @@ jobs:
server-username: SERVER_USERNAME
server-password: SERVER_PASSWORD
- run: mvn -B -ntp dependency:go-offline
- run: mvn -B -ntp verify -Dcheckstyle.skip
- run: mvn -B -ntp verify -Dcheckstyle.skip -Dmaven.test.redirectTestOutputToFile=false
if: ${{ github.ref != 'refs/heads/main' }}
- run: mvn -B -ntp deploy -Dcheckstyle.skip
- run: mvn -B -ntp deploy -Dcheckstyle.skip -Dmaven.test.redirectTestOutputToFile=false
if: ${{ github.ref == 'refs/heads/main' }}
env:
SERVER_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }}