You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2017/10/26 09:37:00 UTC

[jira] [Created] (JCRVLT-219) Internal ancestors not used for dependency validation

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)