-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
Description
Sorry, i've tried to use <dirmode>
without any success:
<data>
<src>${project.external-resources}</src>
<type>directory</type>
<includes>*.conf, *.webfilters</includes>
<mapper>
<type>perm</type>
<filemode>666</filemode>
<dirmode>777</dirmode>
<strip>1</strip>
<prefix>/usr/lib/${project.name.camel}/examples</prefix>
</mapper>
</data>
Could you please add an example in your documentation? Thank you.