problem with vault plugin on CQ 5.4
Hi, I need to exclude from the package some resources with a specific prefix (test). In the pom.xml I tried with:
<filters>
<filter>
/etc/workflow/launcher/config/test*
</filter>
</filters>
but it was wrong.
What's the way?
Thanks