[
https://issues.apache.org/jira/browse/CXF-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878325#action_12878325
]
Christian Schneider commented on CXF-2833:
------------------------------------------
I was trying to build the source bundle of cxf-bundle-minimal but when I used
mvn source:jar I got:
No sources in project. Archive not created.
Can you explain how you created the source jar?
> 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
> Assignee: Daniel Kulp
> Priority: Minor
> Fix For: 2.2.10
>
>
> 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.