Hi
I am new to maven and currently stuck so any help will be appreciated.
I have a Maven web-app project and I need to build a jar file, which then gets
included in the war. I got this to work by using the
<archiveClass>true</archiveClass> for the war plugin.
However, my resources folder content is no longer available on the class path
ie. /WEB-INF/classes/ is empty in the war file.
how can I get the resources folder content in the war WEB-INF/classes/ SO THAT
they are available in the classpath? These are some xml config files.
target/classes content is as expected but only when the war file is build the
xml config files disappers!
Thanks