Hi I am using the Sling Feature Model Converter to convert Sling’s Provisioning Model from the Launchpad Starter into a Feature Model to run Sling with the Feature Launcher. There are several issues with it and I want to tackle them to create the FM without any manual interactions:
1. Make it an executable application like the Content Package 2 Feature Model using the piccocli. The basics are done and I can do the basic conversion from the CLI 2. Make the Model Id configurable so that it fits into Sling Feature Maven Plugin. For that I need to be able to set the group id (done), artifact id (generic), classifier (provisioning model name) and version (done). I will add the necessary options and adjust the code to adhere to that 3. Enable to drop duplicate properties like in our case the 'provisioning.model.name’ 4. Replace variables in the bundle id with the actual value if that is still an issue 5. Make sure ‘repoinit’ is of type TEXT and not JSON Cheers - Andy Schaefer
