Temporarily disable Maven deploy

Seems that SonaType refuses to deploy the snapshot
artifacts. Disabling temporarily the feature until
the failure is fully troubleshooted.

Change-Id: I0cc3a6520d12a283cb9cf95d471d7e9dec70f1a3
diff --git a/jenkins/gerrit-deploy-api.sh b/jenkins/gerrit-deploy-api.sh
index d0a7c21..228a24a 100644
--- a/jenkins/gerrit-deploy-api.sh
+++ b/jenkins/gerrit-deploy-api.sh
@@ -14,8 +14,8 @@
 then
   if grep -q sonatype-nexus-staging ~/.m2/settings.xml
   then
-    echo "Deploying artifacts to Maven ..."
-    ./tools/maven/api.sh deploy
-    echo "DONE"
+#    echo "Deploying artifacts to Maven ..."
+#    ./tools/maven/api.sh deploy
+#    echo "DONE"
   fi
 fi