Content package filters are not evaluated
Hello Everybody
I downloaded and installed the adobe archetype maven project. ->
mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault \ -DarchetypeArtifactId=multimodule-content-package-archetype \ -DarchetypeVersion=1.0.0 \ -DarchetypeRepository=adobe-public-releasesTestcase: I added a new folder notinstalled (nt:folder) to the workspace /apps/notinstalled in my IDE and didn't change any filter settings in the pom.xml. The filter definition still looks like this:
<filters>
<filter>
<root>/apps/test</root>
</filter>
</filters>
CQ 5.5: When package is installed -> notinstalled folder also appears to be installed when i check CRX.
CQ 5.6: When package is installed -> and notinstalled is not installed (which seams correct for me, because the filter is only set for /apps/test which is actually gets installed in in 5.5 and 5.6)
Does anyone know a configuration or workaround to solve this issue?
Cheers
