Skip to content

Commit 2453e05

Browse files
author
jantje
committed
let maven print it's version
1 parent 4fadf3e commit 2453e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '17'
2323
distribution: 'adopt'
2424
- name: Build with Maven
25-
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
25+
run: mvn -version --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
2626

2727
- name: Archive production artifacts
2828
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)