I need to configure several XML files that are not under resources (in particular, they are in the EAR src / main / application project).
A filtering mechanism would be ideal for this, but my understanding (right?) Is that it only works for resources.
Is there a way to use file filtering in other directories than src / main / resources?
Thanks in advance.
source share