Description
[INFO] --- maven-antrun-plugin:1.7:run (download-sqoop2) @ sentry-tests-sqoop --- [INFO] Executing tasks main: [exec] + /bin/pwd [exec] /Users/zephyrguo/data/project/sentry/sentry-tests/sentry-tests-sqoop [exec] + BASE_DIR=./target [exec] + DOWNLOAD_DIR=./thirdparty [exec] + mkdir -p ./thirdparty [exec] + download https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war sqoop.war [exec] + url=https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war [exec] + packageName=sqoop.war [exec] + [[ ! -f ./thirdparty/sqoop.war ]] [exec] + wget --no-check-certificate -nv -O ./thirdparty/sqoop.war https://repository.apache.org/content/repositories/snapshots/org/apache/sqoop/sqoop-server/2.0.0-SNAPSHOT/sqoop-server-2.0.0-20150530.005523-4.war [exec] target/download.sh: line 11: wget: command not found
wget is not a default command on mac, but curl is.I use curl as backup command.My purpose is to improve building on mac.