Maven War Plugin - add external resources from another jar
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-03-25T22:45:22Z
Indexed on
2010/03/25
22:53 UTC
Read the original article
Hit count: 632
maven-plugin
|maven-2
Hi all,
If I wanted to pull out a resource from another jar, say an image or XML file, is that possible? Would I use the Maven Assembly Plugin or the War Plugin to do this? I want it to end up in a WAR file.
Walter
© Stack Overflow or respective owner