You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Radu Cotescu (Jira)" <ji...@apache.org> on 2020/03/12 09:43:00 UTC

[jira] [Created] (SLING-9201) Files in nested resource tree folders should be only analysed in the context of the closest resource type

Radu Cotescu created SLING-9201:
-----------------------------------

             Summary: Files in nested resource tree folders should be only analysed in the context of the closest resource type
                 Key: SLING-9201
                 URL: https://issues.apache.org/jira/browse/SLING-9201
             Project: Sling
          Issue Type: Bug
          Components: Maven Plugins and Archetypes
            Reporter: Radu Cotescu
            Assignee: Radu Cotescu
             Fix For: Scripting Bundle Maven Plugin 0.2.0


Files in nested resource tree folders should be only analysed in the context of the closest resource type, otherwise they might generate wrong capabilities.

Example:
{noformat}
sling/
    components/
        a/
            a.html
            b/
                c/
                    c.html
                d.html
{noformat}

In this setup the following resource types should be defined:
# sling/components/a with selectors b.d
# sling/components/a/b/c



--
This message was sent by Atlassian Jira
(v8.3.4#803005)