Remove allure (phase 1) - switch to surefire reporting (#2478)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-20 13:41:26 +03:00
committed by GitHub
parent f73128024c
commit ba23ae3fc2
256 changed files with 360 additions and 152 deletions

View File

@@ -33,11 +33,11 @@ jobs:
${{ runner.os }}-maven-
- name: Check file license headers
run: mvn license:check -Plicense --batch-mode
run: mvn license:check -PcheckLicense --batch-mode
- name: Check dependency licenses with dash tool
run: |
mvn clean install -DskipTests -DskipJavadoc --batch-mode
mvn license-tool:license-check -Ddash.fail=false -Plicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test'
mvn license-tool:license-check -Ddash.fail=false -PcheckLicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test'
CHANGED_FILES_COUNT=$(git status --short | wc -l)
CHANGED_FILES_COUNT=${CHANGED_FILES_COUNT//[[:space:]]/}
echo "Number of changed files: ${CHANGED_FILES_COUNT}"
@@ -61,4 +61,4 @@ jobs:
exit 1
fi
env:
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}