apache / netbeans-mavenutils-nbm-maven-plugin

Apache NetBeans Maven Utils parent pom
https://netbeans.apache.org/
Apache License 2.0
13 stars 27 forks source link

OSGi cluster resolution incorrect #152

Open neilcsmith-net opened 8 months ago

neilcsmith-net commented 8 months ago

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.