diff options
Diffstat (limited to 'branches/sca-equinox/modules/binding-gdata-runtime/deployGdataToMaven.sh')
-rwxr-xr-x | branches/sca-equinox/modules/binding-gdata-runtime/deployGdataToMaven.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/binding-gdata-runtime/deployGdataToMaven.sh b/branches/sca-equinox/modules/binding-gdata-runtime/deployGdataToMaven.sh new file mode 100755 index 0000000000..306ad19f66 --- /dev/null +++ b/branches/sca-equinox/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 |