You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractBndMavenPlugin makes the (wrong) assumption that the file extension is always the packaging type, while this is true for some (e.g. jar/war) this is not generally true.
AbstractBndMavenPlugin makes the (wrong) assumption that the file extension is always the packaging type, while this is true for some (e.g. jar/war) this is not generally true.
bnd/maven/bnd-maven-plugin/src/main/java/aQute/bnd/maven/plugin/AbstractBndMavenPlugin.java
Lines 623 to 629 in b25057b
Instead BND should query the
org.apache.maven.artifact.handler.manager.ArtifactHandlerManager
e.g.The text was updated successfully, but these errors were encountered: