fix: maven action did not set profile in verify mode
All checks were successful
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 57s
validate-shared-actions / validate-shared-actions (pull_request) Successful in 35s

This commit is contained in:
Böhringer_Sebastian_-_J._Schmalz_GmbH 2026-06-17 08:52:37 +02:00
parent 9149415575
commit a49611f288

View file

@ -97,6 +97,7 @@ runs:
run: |
mvn --batch-mode $VERIFY_GOALS \
-s /tmp/maven-settings.xml \
-P "$MAVEN_PROFILE" \
$EXTRA_ARGS
- name: Deploy