Description
Late in the HCatalog 0.5 release cycle HCATALOG-601 was discovered, where dependencies did not resolve correctly due to a maven configuration. This was only discovered when someone chose to build with a clean maven cache.
We should update the release script to build/test from a clean cache, so we don't have to remember to test this manually again.
Note something like the following works:
ANT_ARGS="-Dmvn.local.repo=$(pwd)/build/.m2/repository"