Tobias Bocanegra created JCRVLT-219:
---------------------------------------
Summary: Internal ancestors not used for dependency validation
Key: JCRVLT-219
URL: https://issues.apache.org/jira/browse/JCRVLT-219
Project: Jackrabbit FileVault
Issue Type: Bug
Components: package maven plugin
Affects Versions: package-maven-plugin-1.0.0
Reporter: Tobias Bocanegra
Assignee: Tobias Bocanegra
when having a filter like:
{noformat}
<filter root="/libs/foo">
<include pattern="/libs/foo"/>
</filter>
<filter root="/libs/foo/bar">
<include pattern="/libs/foo/bar"/>
</filter>
{noformat}
the internal ancestor is reported as not resolved:
{noformat}
[ERROR] Filter root's ancestor '/libs/foo' is not covered by any of the
specified dependencies.
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)