Hi, On Sat, Feb 11, 2012 at 12:34 AM, Karthik K <[email protected]> wrote: > How about hadoop platform specific profiles ( and adding appropriate > hadoop dependency ) , with classifiers as well: > > http://www.sonatype.com/books/mvnref-book/reference/profiles-sect-tips-tricks.html > . > > This should help generate maven artifacts with different classifiers based > on what people want to use , and should also update the artifact name (with > the classifier suffix) ?
The only issue is that the maven lifecycle only compiles once, so you have to hack around to get both jars in one tar.gz. It was recommended we not do that here: https://issues.apache.org/jira/browse/MRUNIT-56 -- Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/
