On 13/05/2015 17:38, Chris Nauroth wrote:

I usually tell people starting fresh to do "mvn clean install -Pnative
-DskipTests" as a first step.  That's a good validation of your build
environment, and it will put a SNAPSHOT version of each sub-module into
your local Maven repository.  After that, you can do smaller incremental
builds by cd'ing into hadoop-hdfs or hadoop-yarn-server-nodemanager or
anything else and running things like "mvn test" for just that sub-module.

Thanks, I've logged

https://issues.apache.org/jira/browse/HADOOP-11968
BUILDING.txt is still unclear about the need to build hadoop-maven-plugins first

And assigned it to myself.

--
Alan Burlison
--

Reply via email to