common icon indicating copy to clipboard operation
common copied to clipboard

Sources jars are missing in Maven repository

Open NersesAM opened this issue 4 years ago • 0 comments

Sources jar are missing from maven repo which makes it hard to debug or quick look at the source code inside the IDE where sources for given version can be downloaded with one click. Whereas now one has to go and clone the github repo and attach sources manually.

example: http://packages.confluent.io/maven/io/confluent/kafka-avro-serializer/5.2.1/kafka-avro-serializer-5.2.1.jar <- works great http://packages.confluent.io/maven/io/confluent/kafka-avro-serializer/5.2.1/kafka-avro-serializer-5.2.1-sources.jar <- doesn't 😞

NersesAM avatar Apr 09 '20 22:04 NersesAM