[ https://issues.apache.org/jira/browse/KAFKA-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645131#comment-13645131 ]
Alex Gray commented on KAFKA-133: --------------------------------- Thanks Scott, for the links. Just searching for "sbt s3" does not get too many hits, but the best one by far is: http://stackoverflow.com/questions/9958103/how-to-publish-to-amazon-s3-with-sbt So far, from what I can tell, either copy the ivy jar and do the following (the million dollar question is how to configure the setters): { val s3r = new org.springframework.aws.ivy.S3Resolver // call its setters to configure it, see api docs above etc. publishTo := Some(new sbt.RawRepository(s3r) } or use sbt-s3, which I haven't had any success in. Nonetheless, I think I have enough to experiment with. Thanks! > Publish kafka jar to a public maven repository > ---------------------------------------------- > > Key: KAFKA-133 > URL: https://issues.apache.org/jira/browse/KAFKA-133 > Project: Kafka > Issue Type: Improvement > Affects Versions: 0.6, 0.8 > Reporter: Neha Narkhede > Labels: patch > Fix For: 0.8 > > Attachments: KAFKA-133.patch, pom.xml > > > The released kafka jar must be download manually and then deploy to a private > repository before they can be used by a developer using maven2. > Similar to other Apache projects, it will be nice to have a way to publish > Kafka releases to a public maven repo. > In the past, we gave it a try using sbt publish to Sonatype Nexus maven repo, > but ran into some authentication problems. It will be good to revisit this > and get it resolved. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira