This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new bd86ae4ed Output all dependencies to the same directory for single
runtime (#1267)
bd86ae4ed is described below
commit bd86ae4ed8bf2371a85e5fa4cea840cd3db6244d
Author: zrlw <[email protected]>
AuthorDate: Wed Nov 12 14:26:09 2025 +0800
Output all dependencies to the same directory for single runtime (#1267)
---
test/run-tests.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/run-tests.sh b/test/run-tests.sh
index 454c26c80..893120216 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -335,7 +335,8 @@ function process_case() {
find . -name target -d | xargs -I {} sudo rm -rf {}
fi
- mvn $BUILD_OPTS $version_profile &> $project_home/mvn.log
+ # output all dependencies to the same directory (each module of
multiple module project has its own dependency output directory by default)
+ mvn $BUILD_OPTS $version_profile
-DoutputDirectory=$project_home/target/dependency &> $project_home/mvn.log
result=$?
if [ $result -ne 0 ]; then
echo "$log_prefix $TEST_FAILURE: Build failure with version:
$version_profile, please check log: $project_home/mvn.log" | tee -a
$testResultFile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]