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
20
20
21
21
(
22
22
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)
24
24
25
25
mkdir -p $CLUSTER_TEST_DIR
26
26
27
27
# 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
29
29
30
30
# Massage the directory name into something sed is happy with
31
31
SNAPSHOT_REPO=$( printf ' %s\n' " $CLUSTER_TEST_DIR /snapshot-repo" | sed -e ' s/[\/&]/\\&/g' )
32
32
33
33
# 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
35
35
36
36
# Update repository path, version and dependencies in template
37
37
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