8000
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.
1 parent 423a760 commit 88acf07Copy full SHA for 88acf07
Makefile
@@ -80,15 +80,6 @@ stage-and-promote-maven-bundle:
80
amqp-client-$(VERSION).pom \
81
amqp-client-$(VERSION).jar \
82
amqp-client-$(VERSION)-javadoc.jar \
83
- amqp-client-$(VERSION)-sources.jar && \
84
- mvn org.sonatype.plugins:nexus-maven-plugin:$(MAVEN_NEXUS_VERSION):staging-close \
85
- org.sonatype.plugins:nexus-maven-plugin:$(MAVEN_NEXUS_VERSION):staging-promote \
86
- -Dnexus.url=http://oss.sonatype.org \
87
- -Dnexus.username=$$NEXUS_USERNAME \
88
- -Dnexus.password=$$NEXUS_PASSWORD \
89
- -Dnexus.promote.autoSelectOverride=true \
90
- -DtargetRepositoryId=releases \
91
- -B \
92
- -Dnexus.description="Public release of $$VERSION" \
+ amqp-client-$(VERSION)-sources.jar \
93
)
94
0 commit comments