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 d00864c commit 8a44e10Copy full SHA for 8a44e10
release-pipeline.yml
@@ -170,7 +170,7 @@ jobs:
170
env:
171
JAVA_HOME_11_X64: /opt/java/openjdk
172
inputs:
173
- goals: 'clean install'
+ goals: 'clean install -DskipTests'
174
# These are Maven CLI options (and show up in the build logs) - "-nsu"=Don't update snapshots. We can remove this when Maven OSS is more healthy
175
options: '-P JACOCO,CI -e -B -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -Dmaven.wagon.http.pool=false -Dhttp.keepAlive=false -Dstyle.color=always -Djansi.force=true'
176
# These are JVM options (and don't show up in the build logs)
0 commit comments