Hello, I have a maven project that uses maven bundle plugin - to write meta data, and which incidentally uses org.apache.felix.log service.
When I build with packaging type = 'bundle' - install - maven complains 'unresolved reference to org.osgi.service.log' when I build with the packaging type 'jar' the build succeeds. What is the fact ? Pierre

