We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f0913 commit a6ced63Copy full SHA for a6ced63
src/integration-tests/bash/run.sh
@@ -1498,6 +1498,7 @@ EOF
1498
1499
mkdir -p $job_workspace
1500
rsync -a $PROJECT_ROOT $job_workspace/weblogic-operator
1501
+ rsync -a $M2_HOME/ $job_workspace/apache-maven
1502
rsync -a $JAVA_HOME/ $job_workspace/java
1503
1504
cat <<EOF > $job_workspace/run_test.sh
0 commit comments