Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The "Detect modules" currently only support maven 'modules'. It would be nice if it also would support OSGi Bundles.
An OSGi Bundle consists of a manifest files describing the bundle in the META-INF directory (see here for example http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=2 a little down the page).
If the warnings could be grouped based on these bundles it would be a great help.
No, the mapping contains just the root folders:
/a/b/c/pom.xml ->
put("/a/b/c", "module name");
In your case:
/a/b/bundle-root/META-INF/MANIFEST.MF ->
put("/a/b/bundle-root", "module name");
All Files that share the same prefix use the value of the map.