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?
|
I have a parent pom whose packaging type is Then I have a child pom whose packaging is How do I achieve this? |
||||
|
|
|
I'm not sure to understand (a parent pom with a Maybe you could use the dependency plugin instead. Use |
|||||||||||
|