From fb090479b496e38d9ecfd7b8a5f5018c5bc972e1 Mon Sep 17 00:00:00 2001 From: AswinMN <46191799+Aswin-MN@users.noreply.github.com> Date: Fri, 4 Sep 2020 13:25:22 +0530 Subject: [PATCH] Update deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 885e021cb24..f743a86d46b 100644 --- a/deploy.sh +++ b/deploy.sh @@ -10,6 +10,6 @@ find $search_directory/*/ -type f -name "pom.xml" | while read -r F do xmllint xmllint --nowarning --xpath '/*[local-name()="project"]/*[local-name()="version"]' $F | grep $version if [ $? -eq 0 ] ; then - mvn deploy -DskipTests -s $settings_file -f $F + mvn deploy -DskipTests -Dgpg.skip -s $settings_file -f $F fi done