On Thu, Oct 20, 2011 at 9:32 AM, Aaron Cordova <[email protected]> wrote: > > Should mvn assembly:assembly be installing completed jars into the local repo > as it goes? >
FWIW, assembly:assembly doesn't install the completed jars into the local repo as it goes -- it resolves them as they are built in the multi-module build process that happens prior to the assembly executing. The problem arises from the lack of interaction between the maven-dependency-plugin and the multi-module build process (iirc MNG-3283 is related). This cause the assembly to fail when package isn't executed. Drew
