i am trying to compile hadoop native libs with icc instead of gcc. when running maven against the hadoop source it calls => cmake
cmake is only version 2.x so the build fails; to fix this problem i removed cmake and make a symbolic link to of cmake to cmake3... which then works however, it uses gcc; i am trying to compile with icc... how can i configure maven to use a different compiler?
