content-package-maven-plugin and filter.xml issue
Hi!
I've a question regarding content-package-maven-plugin.
I'm using the 'multimodule-content-package-archetype' provided by Adobe, and I've followed the instructions provided in [1].
So, I've META-INF/vault/filter.xml like:
<?xml version="1.0" encoding="UTF-8"?><workspaceFilter version="1.0"> <filter root="/apps/myproject"/></workspaceFilter>And META-INF/vault/filter-vlt.xml like:
<?xml version="1.0" encoding="UTF-8"?><workspaceFilter version="1.0"> <filter root="/libs/foundation"/> <filter root="/apps/myproject"/></workspaceFilter>But when I 'mvn -PautoInstallPackage clean install', there is the /libs folder in the package zip file (which it's not expected, because /libs is not included in filter.xml file).
I've tried to apply the filters in POM, as well, but with no results. And I've checked also the documentation in [2].
Somebody with the same issue? Maybe there's a mistake in the documentation?
Any help will be very appreciated! ;-)
[2] http://dev.day.com/docs/en/cq/current/core/how_to/how_to_use_the_vlttool/vlt-mavenplugin.html