Skip to content

Commit 55f5fe7

Browse files
author
jantje
committed
will this print the version and try to build?
1 parent 96ac547 commit 55f5fe7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,17 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21+
- name: show Maven
22+
run: mvn -version
23+
2124
- uses: actions/checkout@v2
2225
- name: Set up JDK 17
2326
uses: actions/setup-java@v2
2427
with:
2528
java-version: '17'
2629
distribution: 'adopt'
2730
- name: Build with Maven
28-
run: mvn -version --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
31+
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
2932

3033
- name: Archive production artifacts
3134
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)