Clark Breyman created KAFKA-1265:
------------------------------------
Summary: SBT and Gradle create jars without expected Maven files
Key: KAFKA-1265
URL: https://issues.apache.org/jira/browse/KAFKA-1265
Project: Kafka
Issue Type: Bug
Affects Versions: 0.8.0, 0.8.1
Reporter: Clark Breyman
Priority: Minor
The jar files produced and deployed to maven central do not embed the expected
Maven pom.xml and pom.properties files as would be expected by a standard
Maven-build artifact. This results in jars that do not self-document their
versions or dependencies.
For reference to the maven behavior, see addMavenDescriptor (defaults to true):
http://maven.apache.org/shared/maven-archiver/#archive
Worst case, these files would need to be generated by the build and included in
the jar file. Gradle doesn't seem to have an automatic mechanism for this.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)