Hi everyone, In my current solution I have a maven submodule providing KAR in my custom Karaf distribution
<dependency> <groupId>com.company.mysolution</groupId> <artifactId>mysolution-kar</artifactId> <version>1.0</version> <type>kar</type> <scope>runtime</scope> </dependency> Currently the kar is starting automatically and I don't want that, I looking for a way to enable it through a configuration file or in the Karaf console. Sent with [Proton Mail](https://proton.me/) secure email.
