Skip to content

Commit 89cd592

Browse files
author
Tim Watson
committed
ensure that maven bundles are produced by the 'dist' target (on the build-host)
1 parent b262ba3 commit 89cd592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 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:

0 commit comments

Comments
 (0)