Hi,
what's the pattern to refer only specific nodes that starts with a given prefix?
For example i need to refer only nodes under launcher configf that starts with xxx but in this way it was wrong:
<filter root="/etc/workflow/launcher/config">
<include pattern="/etc/workflow/launcher/config/xxx.*" />
</filter>
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Verify your vlt filter.xml & pom.xml should work. Otherwise file daycare with list of hotfix installed
Views
Replies
Total Likes
Refer [1] to get an idea.
[1] http://aemfaq.blogspot.com/2013/04/cq5-package-filter-includeexclude.html
Views
Replies
Total Likes
Thanks Sham.
My example is the same of the fourth shown in [1] but it doesn't work in CQ 5.4 .
Views
Replies
Total Likes
Update
When the pattern is used to create a package inside CRX Package Manager everything works fine. If I use the same pattern to create a package inside eclipse (with maven-vault-plugin) it doesn't work.
Views
Replies
Total Likes
Verify your vlt filter.xml & pom.xml should work. Otherwise file daycare with list of hotfix installed
Views
Replies
Total Likes