We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355c983 commit 17cebbdCopy full SHA for 17cebbd
.github/workflows/pipeline.yml
@@ -2,7 +2,7 @@ name: Build
2
3
env:
4
# 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'
+ 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'
6
7
on:
8
# allow to manual run the action
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Build with Maven
38
run: |
39
- ./mvnw ${MAVEN_CLI_OPTS} clean verify
+ ./mvnw ${MAVEN_CLI_OPTS} clean install
40
./mvnw javadoc:javadoc
41
42
- name: Publish Test Report
0 commit comments