Skip to content

Commit 906b5d2

Browse files
Update Maven arguments to skip tests
1 parent 26ece8c commit 906b5d2

File tree

1 file changed

+2
-2
lines changed
  • projects/apache-commons-geometry

1 file changed

+2
-2
lines changed

projects/apache-commons-geometry/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
################################################################################
1717

1818
pushd "$SRC/commons-geometry"
19-
MAVEN_ARGS="-Dmaven.test.skip=true -Djavac.src.version=8 -Djavac.target.version=8"
19+
MAVEN_ARGS="-DskipTests=true -Djavac.src.version=8 -Djavac.target.version=8"
2020
$MVN package org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade $MAVEN_ARGS
2121
CURRENT_VERSION=$($MVN org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \
2222
-Dexpression=project.version -q -DforceStdout)
@@ -53,4 +53,4 @@ LD_LIBRARY_PATH=\"$JVM_LD_LIBRARY_PATH\":\$this_dir \
5353
--jvm_args=\"\$mem_settings\" \
5454
\$@" > $OUT/$fuzzer_basename
5555
chmod u+x $OUT/$fuzzer_basename
56-
done
56+
done

0 commit comments

Comments
 (0)