Skip to content

Commit 82492e1

Browse files
author
Steve Powell
committed
Remove obsolete target
1 parent 77f5e44 commit 82492e1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,3 @@ stage-and-promote-maven-bundle: maven-bundle
8787
-Dnexus.description="Public release of $$VERSION" \
8888
)
8989

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

Comments
 (0)