I've committed HADOOP-5107 to Common and HDFS. MapReduce will follow
soon.
There are a couple of things that change:
1. The non-release version names move to the Maven-friendly 0.22.0-
SNAPSHOT instead of 0.22.0-dev.
2. To change Common and push it to your local Maven repository:
a. make change to common
b. ant mvn-install
3. To build using your internal Maven repository and push HDFS to your
local Maven repository:
a. make change to HDFS
b. ant -Dresolvers=internal clean-cache mvn-install
-- Owen