Maven overlay with war not generated by maven
Posted
by
dnc253
on Stack Overflow
See other posts from Stack Overflow
or by dnc253
Published on 2012-06-17T03:10:35Z
Indexed on
2012/06/17
3:16 UTC
Read the original article
Hit count: 196
I'm pretty new to Maven, so I apologize if this is a newbie question. We are trying to integrate a 3rd-party app into ours. This 3rd-party functionality is delivered to us as a war file. As part of this integration, I want to add some extra jars and and a properties file. Googling around, I discovered overlays. However, in all the examples I've seen, it looks the the wars that are being overlayed, were themselves generated by Maven, and thus Maven can figure out dependencies, conflicts, etc. between the two. I'm just wondering if there's a way for me to overlay this 3rd-party war with this extra stuff I want. If so, what would that look like in the pom.xml?
© Stack Overflow or respective owner