Skip to content

Commit

Permalink
make release faster
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgh committed Nov 17, 2023
1 parent 3322e22 commit f678747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-pipeline.yml
Expand Up @@ -168,7 +168,7 @@ jobs:
env:
JAVA_HOME_11_X64: /usr/java/openjdk-17
inputs:
goals: 'clean install'
goals: 'clean install -DskipTests'
# 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
options: '-P JACOCO,CI,ERRORPRONE -e -B -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -Dmaven.wagon.http.pool=false -Dhttp.keepAlive=false -Dstyle.color=always -Djansi.force=true'
# These are JVM options (and don't show up in the build logs)
Expand Down

0 comments on commit f678747

Please sign in to comment.