The cluster resolution for various OSGi modules is incorrect and they end up in the default extra cluster. This seems to be OSGi modules that are dependencies of other OSGi modules. It looks like CreateClusterAppMojo has code in assignClustersToBundles to handle this that isn't working correctly. Haven't delved too deeply in to why it's failing as yet.
The cluster resolution for various OSGi modules is incorrect and they end up in the default
extra
cluster. This seems to be OSGi modules that are dependencies of other OSGi modules. It looks likeCreateClusterAppMojo
has code inassignClustersToBundles
to handle this that isn't working correctly. Haven't delved too deeply in to why it's failing as yet.