[ 
https://issues.apache.org/jira/browse/SLING-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805043#action_12805043
 ] 

Justin Edelson commented on SLING-1321:
---------------------------------------

It's to allow downstream users of the bundle list file to easily add new 
bundles.

For example, currently, in launchpad/testing, we have:
                            <additionalBundles>
                                <additionalBundle>
                                    <groupId>org.apache.sling</groupId>
                                    
<artifactId>org.apache.sling.launchpad.test-services</artifactId>
                                    <version>2.0.7-SNAPSHOT</version>
                                    <startLevel>0</startLevel>
                                </additionalBundle>
                                <additionalBundle>
                                    <groupId>org.apache.sling</groupId>
                                    
<artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
                                    <version>2.0.7-SNAPSHOT</version>
                                    <type>war</type>
                                    <startLevel>0</startLevel>
                                </additionalBundle>
                            </additionalBundles>

This is already verbose, but once you get to 4-5 additional bundles, it's 
annoyingly so. At least IMHO.

> Launchpad Plugin should be able to load additional bundle defs from a file
> --------------------------------------------------------------------------
>
>                 Key: SLING-1321
>                 URL: https://issues.apache.org/jira/browse/SLING-1321
>             Project: Sling
>          Issue Type: Improvement
>          Components: Maven Plugins
>            Reporter: Justin Edelson
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to