You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Joe Stein (JIRA)" <ji...@apache.org> on 2013/12/10 20:02:07 UTC

[jira] [Commented] (KAFKA-1174) Empty jar in Maven Central for Scala 2.8.0

    [ https://issues.apache.org/jira/browse/KAFKA-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844546#comment-13844546 ] 

Joe Stein commented on KAFKA-1174:
----------------------------------

The issue looks like it was in the packing and publish for the release.

I staged a 2.8.0 jar (with only changing the versions)

https://repository.apache.org/content/groups/staging/

<dependency>
  <groupId>org.apache.kafka</groupId>
  <artifactId>kafka_2.8.0</artifactId>
  <version>0.8.0-s28fixTest</version>
</dependency>

lets verify that this solves all the issues before deciding next steps

> Empty jar in Maven Central for Scala 2.8.0
> ------------------------------------------
>
>                 Key: KAFKA-1174
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1174
>             Project: Kafka
>          Issue Type: Bug
>          Components: packaging
>    Affects Versions: 0.8.0
>            Reporter: David Arthur
>            Priority: Critical
>
> As reported by wildag on IRC
> In Maven Central, the jar for kafka core only contains the license and notice files, no classes. I checked the other Scala versions and they seem fine.
> See: http://search.maven.org/#artifactdetails%7Corg.apache.kafka%7Ckafka_2.8.0%7C0.8.0%7Cjar
> Unless we can invoke the power of the Sonatype gods, I think we must bump the version number to fix this (or wait until 0.8.1 drops).



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)