Tobias Bocanegra created JCRVLT-205:
---------------------------------------
Summary: Add support for cleanup filter entries
Key: JCRVLT-205
URL: https://issues.apache.org/jira/browse/JCRVLT-205
Project: Jackrabbit FileVault
Issue Type: New Feature
Components: package maven plugin
Reporter: Tobias Bocanegra
With the dependency check enabled, it must be possible to specify filter
entries to be ignored from the check, since they might define legacy locations
that are now empty, thus not required an ancestor definition.
example:
{noformat}
<workspaceFilter version="1.0">
<filter type="cleanup" root="/etc/legacy/foo"/>
<filter root="/libs/foo"/>
</workspaceFilter>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)