Skip to content

Commit 17cebbd

Browse files
committed
chore: Fix maven build
1 parent 355c983 commit 17cebbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
env:
44
# https://github.com/actions/virtual-environments/issues/1499
5-
MAVEN_CLI_OPTS: '-ntp --batch-mode --errors --fail-at-end --show-version -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dmaven.wagon.http.retryHandler.count=3 -Dstyle.color=always'
5+
MAVEN_CLI_OPTS: '-ntp --batch-mode --errors --fail-at-end --show-version -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dmaven.wagon.http.retryHandler.count=3 -Dstyle.color=always -U'
66

77
on:
88
# allow to manual run the action
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build with Maven
3838
run: |
39-
./mvnw ${MAVEN_CLI_OPTS} clean verify
39+
./mvnw ${MAVEN_CLI_OPTS} clean install
4040
./mvnw javadoc:javadoc
4141
4242
- name: Publish Test Report

0 commit comments

Comments
 (0)