X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2FbuildHoneynode.sh;h=3c1b6bf26c3075b637f7b44adffc594fd8d11994;hb=1030996d2cfc0cec3c6c2b5d8da37c6188122372;hp=5bffcea9bd4f34abe09cf1d47179a92a8614874d;hpb=7474055983b078ca899ccd3f1c56e5627bf77e52;p=transportpce.git diff --git a/tests/buildHoneynode.sh b/tests/buildHoneynode.sh index 5bffcea9b..3c1b6bf26 100755 --- a/tests/buildHoneynode.sh +++ b/tests/buildHoneynode.sh @@ -8,7 +8,7 @@ rm -rf honeynode/$ORDMVERSION/honeynode-plugin-impl/src/main/resources/honeycomb mkdir -p honeynode/$ORDMVERSION/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang #cp honeynode/$ORDMVERSION/honeynode-plugin-api/src/main/yang/* honeynode/$ORDMVERSION/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang find honeynode/$ORDMVERSION/honeynode-plugin-api/src/main/yang/ -name "*.yang" -type f -exec cp {} ./honeynode/$ORDMVERSION/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/yang \; -(cd honeynode/$ORDMVERSION/ && mvn clean install -DskipTests -Dcheckstyle.skip -s ../fd_io_honeycomb_settings.xml) +(cd honeynode/$ORDMVERSION/ && mvn clean install -DskipTests -Dcheckstyle.skip -Dmaven.javadoc.skip=true -s ../fd_io_honeycomb_settings.xml) chmod +x ./honeynode/$ORDMVERSION/honeynode-distribution/target/honeynode-distribution-1.18.01-hc/honeynode-distribution-1.18.01/honeycomb-tpce exit $?