On Mon, Jul 28, 2014 at 3:35 AM, Stephen Boesch <java...@gmail.com> wrote:
>  mvn -Pyarn -Phadoop-2.3 -DskipTests -Phive clean package
> mvn -Pyarn -Phadoop-2.3 -Phive test

Yes, it's unintuitive for Maven, since package always happens after
test, which kind of makes sense in general. I suppose we could bind
the generation of needed assemblies to the test phase instead, or as
well?

Reply via email to