File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ GNUPG_PATH=~
77
88WEB_URL =http://www.rabbitmq.com/
99NEXUS_STAGE_URL =http://oss.sonatype.org/service/local/staging/deploy/maven2
10- MAVEN_NEXUS_VERSION =1.7
1110
1211AMQP_CODEGEN_DIR =$(shell fgrep sibling.codegen.dir build.properties | sed -e 's:sibling\.codegen\.dir=::')
1312
@@ -78,8 +77,8 @@ stage-and-promote-maven-bundle: maven-bundle
7877 amqp-client-$(VERSION ) .jar \
7978 amqp-client-$(VERSION ) -javadoc.jar \
8079 amqp-client-$(VERSION ) -sources.jar && \
81- mvn org.sonatype.plugins:nexus-maven-plugin:$( MAVEN_NEXUS_VERSION ) : staging-close \
82- org.sonatype.plugins:nexus-maven-plugin:$( MAVEN_NEXUS_VERSION ) : staging-promote \
80+ mvn org.sonatype.plugins:nexus-maven-plugin:staging-close \
81+ org.sonatype.plugins:nexus-maven-plugin:staging-promote \
8382 -Dnexus.url=http://oss.sonatype.org \
8483 -Dnexus.username=$$ NEXUS_USERNAME \
8584 -Dnexus.password=$$ NEXUS_PASSWORD \
You can’t perform that action at this time.
0 commit comments