We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e1d4b + 3e6a2c5 commit 20e66d4Copy full SHA for 20e66d4
Makefile
@@ -75,20 +75,3 @@ srcdist: distclean
75
(cd build; tar -zcf $(SRC_ARCHIVE).tar.gz $(SRC_ARCHIVE))
76
(cd build; zip -q -r $(SRC_ARCHIVE).zip $(SRC_ARCHIVE))
77
(cd build; rm -rf $(SRC_ARCHIVE))
78
-
79
-stage-and-promote-maven-bundle:
80
- ( \
81
- cd build/bundle; \
82
- NEXUS_USERNAME=`cat $(GNUPG_PATH)/../nexus/username`; \
83
- NEXUS_PASSWORD=`cat $(GNUPG_PATH)/../nexus/password`; \
84
- VERSION=$(VERSION) \
85
- SIGNING_KEY=$(SIGNING_KEY) \
86
- GNUPG_PATH=$(GNUPG_PATH) \
87
- CREDS="$$NEXUS_USERNAME:$$NEXUS_PASSWORD" \
88
- ../../nexus-upload.sh \
89
- amqp-client-$(VERSION).pom \
90
- amqp-client-$(VERSION).jar \
91
- amqp-client-$(VERSION)-javadoc.jar \
92
- amqp-client-$(VERSION)-sources.jar \
93
- )
94
0 commit comments