How to include the packaged parent in the child package

Posted by Bozho on Stack Overflow See other posts from Stack Overflow or by Bozho
Published on 2010-04-14T06:26:47Z Indexed on 2010/04/14 6:33 UTC
Read the original article Hit count: 202

Filed under:

I have a parent pom whose packaging type is jar.

Then I have a child pom whose packaging is war. I want to include the packaged parent jar in WEB-INF/lib of the packaged child.

How do I achieve this?

© Stack Overflow or respective owner

Related posts about maven-2