Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit f0159b9

Browse files
authored
Update config.yml
1 parent 6cf23e9 commit f0159b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ store_test_output: &store_test_output
6767
maven_do_build: &maven_do_build
6868
name: Doing Maven Build
6969
command: |
70-
_JAVA_OPTIONS=-Djdk.net.URLClassPath.disableClassPathURLCheck=true mvn -f ~/project/pom.xml package
70+
_JAVA_OPTIONS=-Djdk.net.URLClassPath.disableClassPathURLCheck=true mvn -f ~/project/pom.xml -DskipTests package
7171
7272
7373
build_deploy_steps: &build_deploy_steps

0 commit comments

Comments
 (0)