[java-libglom/libglom-1-20] deploy: Upload the other .jar files
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-libglom/libglom-1-20] deploy: Upload the other .jar files
- Date: Wed, 18 Jan 2012 20:24:23 +0000 (UTC)
commit 928540a0841fb0388e3d6c8bacf817a67f00173c
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jan 18 21:24:17 2012 +0100
deploy: Upload the other .jar files
Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4af0e7f..d5081c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -173,8 +173,11 @@ tests-and-examples.stamp: $(jarfile) $(test_sources)
chmod 0755 tools/ExampleDocumentLoad
@echo "java-libglom tests and exmaples generated and built." > tests-and-examples.stamp
+# Upload to the sonatype.org repository:
deploy: $(pomfile) $(jarfile)
mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -DpomFile=$(pomfile) -Dfile=$(jarfile)
+ mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -DpomFile=$(pomfile) -Dfile=$(sources_jarfile) -Dclassifier=sources
+ mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -DpomFile=$(pomfile) -Dfile=$(doc_jarfile) -Dclassifier=javadoc
docbuild: $(jarfile)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]