HI: I have two maven module:server(jar) and webapp(war). And the server module is a dependency of webapp. There are some resources under the server :/src/main/java/org/kk/*.xml, I do not want these xmls jared to the server.jar. I just want it put under the webapp/target/app/WEB-INFO/classes.
How to config it?
