summaryrefslogtreecommitdiffstats
path: root/sandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh')
-rwxr-xr-xsandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh b/sandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh
new file mode 100755
index 0000000000..306ad19f66
--- /dev/null
+++ b/sandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh
@@ -0,0 +1,7 @@
+mvn gpg:sign-and-deploy-file -DgroupId=com.google.gdata -DartifactId=gdata-core -Dversion=1.0 -Dpackaging=jar -Dfile=gdata-core-1.0.jar -DrepositoryId=apache.people -Durl=scp://people.apache.org/home/lresende/public_html/google-gdata/maven -Dkeyname=lresende
+
+mvn gpg:sign-and-deploy-file -DgroupId=com.google.gdata -DartifactId=gdata-client -Dversion=1.0 -Dpackaging=jar -Dfile=gdata-client-1.0.jar -DrepositoryId=apache.people -Durl=scp://people.apache.org/home/lresende/public_html/google-gdata/maven -Dkeyname=lresende
+
+mvn gpg:sign-and-deploy-file -DgroupId=com.google.gdata -DartifactId=gdata-client-meta -Dversion=1.0 -Dpackaging=jar -Dfile=gdata-client-meta-1.0.jar -DrepositoryId=apache.people -Durl=scp://people.apache.org/home/lresende/public_html/google-gdata/maven -Dkeyname=lresende
+
+mvn gpg:sign-and-deploy-file -DgroupId=com.google.gdata -DartifactId=gdata-media -Dversion=1.0 -Dpackaging=jar -Dfile=gdata-media-1.0.jar -DrepositoryId=apache.people -Durl=scp://people.apache.org/home/lresende/public_html/google-gdata/maven -Dkeyname=lresende