8000 Disable Maven repo close and promotion as it currently fails · egolin/rabbitmq-java-client@88acf07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88acf07

Browse files
Disable Maven repo close and promotion as it currently fails
1 parent 423a760 commit 88acf07

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ stage-and-promote-maven-bundle:
8080
amqp-client-$(VERSION).pom \
8181
amqp-client-$(VERSION).jar \
8282
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" \
83+
amqp-client-$(VERSION)-sources.jar \
9384
)
9485

0 commit comments

Comments
 (0)
0