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