I have an xslt that I want to add to my jar file when I do the maven build. I read int he documentation you can add stuff in the resources folder, and it will get picked up, but what if I want it to show up in a different folder - how do I make it go there in the jar?
|
feedback
|
|
If it's a JAR just add it in In case of a WAR or other package types the method is very different | |||||||||
feedback
|