File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 | \
You can’t perform that action at this time.
0 commit comments