Is it possible to use multi-threaded maven mode to build hadoop? When I try "mvn -T2 package -Pdist,native-win -DskipTests -Dtar", it fails with message:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (package-mapreduce) on project hadoop-mapreduce: Failed to create assembly: Artifact: org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 1] -- Best regards, Dmitrii Simonov.
