vlad created SM-3567:
------------------------
Summary: kafka-clients bundle sources.jar is empty
Key: SM-3567
URL: https://issues.apache.org/jira/browse/SM-3567
Project: ServiceMix
Issue Type: Bug
Components: bundles
Reporter: vlad
The org.apache.servicemix.bundles.kafka-clients-0.10.2.1_1-sources.jar is
almost empty. It doesn't contain any java files.
I guess a dependency like follows is missing in the pom.xml:
{noformat}
<!-- sources -->
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
</dependency>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)