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 77f5e44 commit 82492e1Copy full SHA for 82492e1
Makefile
@@ -87,13 +87,3 @@ stage-and-promote-maven-bundle: maven-bundle
87
-Dnexus.description="Public release of $$VERSION" \
88
)
89
90
-promote-maven-bundle:
91
- ( \
92
- NEXUS_USERNAME=`cat $(GNUPG_PATH)/../nexus/username`; \
93
- NEXUS_PASSWORD=`cat $(GNUPG_PATH)/../nexus/password`; \
94
- -Dnexus.url=http://oss.sonatype.org \
95
- -Dnexus.username=$$NEXUS_USERNAME \
96
- -Dnexus.password=$$NEXUS_PASSWORD \
97
- -DtargetRepositoryId=releases \
98
- -B \
99
- )
0 commit comments