merlimat commented on issue #2622: Add Maven Source Plugin. URL: https://github.com/apache/incubator-pulsar/pull/2622#issuecomment-423258529 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.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
