Skip to content

Commit 77c882b

Browse files
author
Tim Watson
committed
do not rebuild the maven bundles when we're back on the build-master
1 parent 89cd592 commit 77c882b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ srcdist: distclean
6464
(cd build; zip -q -r $(SRC_ARCHIVE).zip $(SRC_ARCHIVE))
6565
(cd build; rm -rf $(SRC_ARCHIVE))
6666

67-
stage-and-promote-maven-bundle: maven-bundle
67+
stage-and-promote-maven-bundle:
6868
( \
6969
cd build/bundle; \
7070
NEXUS_USERNAME=`cat $(GNUPG_PATH)/../nexus/username`; \

0 commit comments

Comments
 (0)