Could I get away with attaching the assembly to a different phase (after
package) that would ensure my child modules have gone through the package
phase.  Then pull the binaries from the target dir of each child?

Billy


On Thu, Nov 1, 2012 at 4:26 PM, Anders Hammar <[email protected]> wrote:

> > I can create a child project with the sole intent is to create a
> > distribution of the entire project, yet seems like a hack.
>
>
> It's not a hack but the Maven way of doing this. Doing the assembling in
> the parent pom requires some hacky solutions to work (as the parent needs
> to be built before the children as they depend on the parent, but yet you
> want the assembling to be done in the end). Which the FAQ you refer to
> talks about.
>
> /Anders
>
>
> > Any other work
> > arounds/ideas that anyone has come up with to solve this problem?
> >
> > Thanks.
> >
>

Reply via email to