On Tue, Feb 14, 2012 at 2:30 PM, Brock Noland <[email protected]> wrote:
> Hi, > > First, thank you very much for you help! > > Second, with that change, when someone has a dependent project, they > still have to specify the version of hadoop. > > mvn -Dhadoopversion=23 test > If the 'classifier' is specified in the pom.xml for mrunit ( specifying the hadoopversion is not necessary ). That profile is meant only for MRUnit dev team, that publishes the artifacts. Anybody who uses the artifacts , would just specify the classifier directly . [[ snipped ]]
