[java-libglom] Makefile.am: Add comments about deployment
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-libglom] Makefile.am: Add comments about deployment
- Date: Thu, 19 Jan 2012 09:09:57 +0000 (UTC)
commit 3a370e6c063d0330f0b0585dbbe594ac808995f0
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Jan 19 10:09:52 2012 +0100
Makefile.am: Add comments about deployment
Makefile.am | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 297a9ab..b5f0e81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -177,6 +177,11 @@ tests-and-examples.stamp: $(jarfile) $(test_sources)
@echo "java-libglom tests and examples generated and built." > tests-and-examples.stamp
# Upload to the sonatype.org repository:
+# This is then automatically synchronized to the central maven repository,
+# so people can then just mention it as a regular <dependency> in maven pom.xml files,
+# as we do in gwt-glom.
+# That was originally setup like so:
+# https://issues.sonatype.org/browse/OSSRH-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]