a4e28e4333223f817a721edcee167d1f5d0bab78
[transportpce.git] / tests / buildHoneynode.sh
1 #!/bin/bash
2
3 ORDMVERSION=${1:-1.2.1}
4
5 set -e
6 cd honeynode/$ORDMVERSION
7 mvn clean install -DskipTests -Dcheckstyle.skip -Dmaven.javadoc.skip=true -s ../fd_io_honeycomb_settings.xml -q -V
8 chmod +x ./honeynode-distribution/target/honeynode-distribution-1.19.04-hc/honeynode-distribution-1.19.04/honeycomb-tpce
9 exit $?