Skip to content

Commit 6e2c06e

Browse files
GH-2245 - Polishing.
1 parent b73e2f2 commit 6e2c06e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/runClusterTests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ CLUSTER_TEST_DIR=$BASEDIR/target/cluster-tests
2020

2121
(
2222
cd $BASEDIR
23-
SDN_VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
23+
SDN_VERSION=$(./mvnw --no-transfer-progress help:evaluate -Dexpression=project.version -q -DforceStdout)
2424

2525
mkdir -p $CLUSTER_TEST_DIR
2626

2727
# Create the distribution and deploy it into the target folder itself
28-
./mvnw -Pgenerate-test-jar -DskipTests clean deploy -DaltDeploymentRepository=snapshot-repo::default::file:///$CLUSTER_TEST_DIR/snapshot-repo
28+
./mvnw --no-transfer-progress -Pgenerate-test-jar -DskipTests clean deploy -DaltDeploymentRepository=snapshot-repo::default::file:///$CLUSTER_TEST_DIR/snapshot-repo
2929

3030
# Massage the directory name into something sed is happy with
3131
SNAPSHOT_REPO=$(printf '%s\n' "$CLUSTER_TEST_DIR/snapshot-repo" | sed -e 's/[\/&]/\\&/g')
3232

3333
# Create a plain list of dependencies
34-
./mvnw dependency:list -DexcludeTransitive | sed -n -e 's/^\[INFO\] //p' > $CLUSTER_TEST_DIR/dependencies.txt
34+
./mvnw --no-transfer-progress dependency:list -DexcludeTransitive | sed -n -e 's/^\[INFO\] //p' > $CLUSTER_TEST_DIR/dependencies.txt
3535

3636
# Update repository path, version and dependencies in template
3737
sed -e s/\$SDN_VERSION/$SDN_VERSION/ -e s/\$SNAPSHOT_REPO/$SNAPSHOT_REPO/ $CI_BASEDIR/runClusterTests.template.java |\

0 commit comments

Comments
 (0)