This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch ATLAS-4991_n
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/ATLAS-4991_n by this push:
new b528b0c8c test
b528b0c8c is described below
commit b528b0c8c88b62fad51ffe771249aeb4189097af
Author: Pinal Shah <[email protected]>
AuthorDate: Tue May 6 10:23:40 2025 +0700
test
---
dev-support/atlas-docker/scripts/atlas-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/atlas-docker/scripts/atlas-build.sh
b/dev-support/atlas-docker/scripts/atlas-build.sh
index 97e5270a7..50ff57fb4 100755
--- a/dev-support/atlas-docker/scripts/atlas-build.sh
+++ b/dev-support/atlas-docker/scripts/atlas-build.sh
@@ -86,7 +86,7 @@ else
done
fi
-echo "mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean verify"
+echo "mvn -T 8 ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean verify
--no-transfer-progress -B -V"
mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean verify