You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/12 16:30:17 UTC

[GitHub] [pulsar] david-streamlio opened a new issue #3809: Source jars do not contain any source code

david-streamlio opened a new issue #3809: Source jars do not contain any source code
URL: https://github.com/apache/pulsar/issues/3809
 
 
   **Describe the bug**
   The source jar published to http://central.maven.org/maven2/org/apache/pulsar/pulsar-client-admin/2.3.0/pulsar-client-admin-2.3.0-sources.jar, does not contain any source code
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to 'http://central.maven.org/maven2/org/apache/pulsar/pulsar-client-admin/2.3.0/'
   2. Click on 'pulsar-client-admin-2.3.0-sources.jar' to download the jar
   3. List the jar contents, 'jar -tvf ~/Downloads/pulsar-client-admin-2.3.0-sources.jar`
   4. See error
   
   jar -tvf ~/Downloads/pulsar-client-admin-2.3.0-sources.jar 
      126 Thu Feb 14 22:41:24 PST 2019 META-INF/MANIFEST.MF
        0 Thu Feb 14 22:41:24 PST 2019 META-INF/
        0 Thu Feb 14 22:41:24 PST 2019 META-INF/maven/
        0 Thu Feb 14 22:41:24 PST 2019 META-INF/maven/org.apache.pulsar/
        0 Thu Feb 14 22:41:24 PST 2019 META-INF/maven/org.apache.pulsar/pulsar-client-admin/
    11358 Thu Feb 14 22:41:24 PST 2019 META-INF/LICENSE
    21319 Thu Feb 14 22:41:24 PST 2019 META-INF/DEPENDENCIES
      132 Thu Feb 14 22:12:12 PST 2019 META-INF/maven/org.apache.pulsar/pulsar-client-admin/pom.properties
      172 Thu Feb 14 22:41:24 PST 2019 META-INF/NOTICE
    10627 Thu Feb 14 22:06:46 PST 2019 META-INF/maven/org.apache.pulsar/pulsar-client-admin/pom.xml
   
   **Expected behavior**
   The jar file should contain the source code for the pulsar client
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services