Hi, I am building a custom distribution, but I observed the following also with the default karaf distribution. despite having the features "diagnostic" and "jaas" on bootFeatures, their jars are not contained in the system directory. As far as I understand that is the place where all features that are contained in a distribution are installed to. As a result, jaas-boot and diagnostic-boot are always downloaded on karaf start from the maven repository. i tried to install them as boot features, but it seems they are somehow special cased.
Is that a bug in the distribution build? Can I work around that and force them to be packaged into system? best regards Fabian
