blob: 658a539c5b2619b285e097b6aa5c8c22cc993f81 [file] [log] [blame]
#!/bin/bash
# -----------------------------------------------------------------------------
# Builds the ONOS Java API docs with buck.
# -----------------------------------------------------------------------------
set -e
[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
. $ONOS_ROOT/tools/build/envDefaults
onos-buck build `onos-buck query "filter('.*-javadoc', '//...')"`