After updating the maven plugin version to the version 7.1.0, there is an NPE
Exception: java.lang.NullPointerException: Cannot invoke "java.util.Map.entrySet()" because "map" is null
at aQute.bnd.osgi.metainf.MetaInfService.getServiceFiles(MetaInfService.java:63)
at aQute.bnd.osgi.metainf.MetaInfServiceParser.analyzeJar(MetaInfServiceParser.java:55)
at aQute.bnd.osgi.Analyzer.lambda$doPlugins$21(Analyzer.java:992)
at aQute.bnd.osgi.Analyzer.doPlugins(Analyzer.java:1024)
at aQute.bnd.osgi.Analyzer.doPlugins(Analyzer.java:988)
.....