Skip to content

Commit c8434d4

Browse files
author
Simon MacMullen
committed
Merge bug24493
2 parents b3c1c0b + 77c882b commit c8434d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ clean:
2222
distclean: clean
2323
make -C $(AMQP_CODEGEN_DIR) clean
2424

25-
dist: distclean srcdist dist_all
25+
dist: distclean srcdist dist_all maven-bundle
2626

2727
dist_all: dist1.5 javadoc-archive
2828

29-
maven-bundle: distclean
29+
maven-bundle:
3030
ant -Dimpl.version=$(VERSION) maven-bundle
3131

3232
dist1.5:
@@ -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)