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 0e18cf5 commit d18da6cCopy full SHA for d18da6c
Makefile
@@ -9,6 +9,8 @@ WEB_URL=http://stage.rabbitmq.com/
9
10
AMQP_CODEGEN_DIR=$(shell fgrep sibling.codegen.dir build.properties | sed -e 's:sibling\.codegen\.dir=::')
11
12
+MAVEN_RSYNC_DESTINATION=maven@195.224.125.254:/home/maven/rabbitmq-java-client/
13
+
14
all:
15
ant build
16
@@ -63,4 +65,4 @@ srcdist: distclean
63
65
(cd build; rm -rf $(SRC_ARCHIVE))
64
66
67
deploy-maven-bundle: maven-bundle
- rsync -r build/bundle/* maven@195.224.125.254:/home/maven/rabbitmq-java-client/
68
+ rsync -r build/bundle/* $(MAVEN_RSYNC_DESTINATION)
0 commit comments