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

commit 8ca846162165edd2a58d9037ad2b8e0bb77469f7
Author: Pinal Shah <pinal.s...@freestoneinfotech.com>
AuthorDate: Tue Apr 29 21:53:17 2025 +0700

    ATLAS-4991: Support running IT tests while building Atlas through docker
---
 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 3679bb1ea..cd4bf5605 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
 
-mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean package
+mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean verify
 
 mv -f distro/target/apache-atlas-${ATLAS_VERSION}-server.tar.gz     
/home/atlas/dist/
 mv -f distro/target/apache-atlas-${ATLAS_VERSION}-hive-hook.tar.gz  
/home/atlas/dist/

Reply via email to