I think I see the problem: `pulsar-client` is the shaded module. It includes `pulsar-client-original` and its dependencies.
For `pulsar-client-original` the sources and javadoc jars appear to be correct (http://central.maven.org/maven2/org/apache/pulsar/pulsar-client-original/2.1.1-incubating/), but for `pulsar-client` the sources jar is empty, because the module itself has no Java sources. I don't think this PR will solve the problem either. We need a way to attach the orginal sources (and javadoc) to the shaded artifact. [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2622 ] This message was relayed via gitbox.apache.org for [email protected]
