summaryrefslogtreecommitdiffstats
path: root/sandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh
diff options
context:
space:
mode:
authorrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-10-16 11:51:49 +0000
committerrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-10-16 11:51:49 +0000
commitb771a05508db61cb1748d2fed0eb92daf173ff92 (patch)
tree4c7f9ca916e029f8ee4ddf65e263c1960e863879 /sandbox/event/modules/binding-gdata-runtime/deployGdataToMaven.sh
parent10682087657ed4bae47b1f59f51e5be669b44d7a (diff)
Copy modules for event prototype
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705212 13f79535-47bb-0310-9956-ffa450edef68
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