Plug-in fails if dependencies are not all jar files
---------------------------------------------------
Key: FELIX-340
URL: https://issues.apache.org/jira/browse/FELIX-340
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: 1.0.0
Reporter: Guillaume Sauthier
I'm just trying to make my first bundle using the felix maven-bundle-plugin.
As this bundle is intended to have a quite big number of dependencies, I've
created a pom module that only defines all the dependencies. The this module
has been placed in the dependencies section of my bundle's pom.xml.
looks like this: a --> b --> (c, d, e, f, g, h, i, ...)
When I just build my bundle, It finish quite soon with a NPE in JarFile!
-> The bundleplugin only manage jar file as dependencies. It should at least
check the dependency type before assuming this is a jar file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.