Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The src/main/bundles/list.xml of the different launchers have many dependency in common, the set of common bundles could be in base-list which is then included with
...
<configuration>
<includeDefaultBundles>true</includeDefaultBundles>
<defaultBundleList>
<groupId>GROUP_ID</groupId>
<artifactId>ARTIFACT_ID</artifactId>
<version>VERSION</version>
</defaultBundleList>
...
Also it would be usefull to have different partialbundlelists that can be mixed in selectively, for example separate partialbundlelists for the core services and for the web-frontend, this would allow to easily integrate the stanbol services into other projects that use the sling-launchpad-plugin.
Refrerence: