Source jars for osgi jars should work in Eclipse PDE mode
---------------------------------------------------------
Key: CXF-2833
URL: https://issues.apache.org/jira/browse/CXF-2833
Project: CXF
Issue Type: Improvement
Components: OSGi
Affects Versions: 2.2.8
Reporter: Christian Schneider
Priority: Minor
Fix For: 2.3
Currently the source jar of osgi bundles like cxf bundle minimal does not
contain the necessary entries for eclipse to recognize it. The missing entries
are:
Bundle-SymbolicName: org.apache.cxf.cxf-bundle-minimal.source
Eclipse-SourceBundle:org.apache.cxf.cxf-bundle-minimal;version="2.3.0.qualifier"
Bundle-Version: 2.3.0.qualifier
In camel there was a similar issue that could be ssolved with the
maven-source-plugin:
https://issues.apache.org/activemq/browse/CAMEL-2734
In this case the shade plugin is used and I am not sure how to influence the
manifest of the source jar. Any idea how to do this?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.