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

[jira] [Created] (SLING-9187) Allow to provide provisioning model name and runmodes via feature model folders

Karl Pauls created SLING-9187:
---------------------------------

             Summary: Allow to provide provisioning model name and runmodes via feature model folders
                 Key: SLING-9187
                 URL: https://issues.apache.org/jira/browse/SLING-9187
             Project: Sling
          Issue Type: Improvement
          Components: Feature Model, Maven Plugins and Archetypes
    Affects Versions: slingfeature-maven-plugin 1.1.18
            Reporter: Karl Pauls
            Assignee: Carsten Ziegeler
             Fix For:  slingfeature-maven-plugin 1.1.20


With SLING-9179 and SLING-9178 we allowed to provide runmodes with the feature model folders and a default provisioning model name, respectively. 

I think it would be good to allow a provisioning model name per folder similar to what we allow for the runmodes. That would mean we would allow more than one attribute per folder - hence, I think we should switch away from the delimter "|" we used for the runmodes and just reuse the attributed header style we use in OSGi. 

In other words, it would look like:

<folder>;provisioning.model.name="foo";provisioning.runmodes="author,publish"

 

I will provide a PR for this - please merge the PR and resolve this issue if you like it.



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