Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswin-MN authored Sep 4, 2020
1 parent dd737fc commit fb09047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb09047

Please sign in to comment.