Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

pattern

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

Verify your vlt filter.xml & pom.xml should work.  Otherwise file daycare with list of hotfix installed

View solution in original post

4 Replies

Avatar

Level 2

Thanks Sham.

My example is the same of the fourth shown in [1] but it doesn't work in CQ 5.4 .

frown

Avatar

Level 2

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.

Avatar

Correct answer by
Level 10

Verify your vlt filter.xml & pom.xml should work.  Otherwise file daycare with list of hotfix installed