Hi Jason, I don't know if this will help you, but I'm pulling the source code of kafka down to a local machine and calling: ./sbt update /sbt -Dsbt.log.noformat=true publish-local This will publish the generated pom's and jars to your local ~/.ivy2 directory.
Once you have that, you can publish those same artifacts to your internal repo and modify your project's pom to download the artifacts from your internal repo. That way, everyone in my group is using the same kafka artifacts that I am building. Alex Gray -----Original Message----- From: rekt...@voodoowarez.com [mailto:rekt...@voodoowarez.com] Sent: Monday, May 06, 2013 10:27 PM To: users@kafka.apache.org Subject: Re: maven integration in 0.8 There are a lot of release-oriented tickets still about- here's what I'm following pertaining to packaging & getting shipped- Maven- https://issues.apache.org/jira/browse/KAFKA-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Scala 2.10- https://issues.apache.org/jira/browse/KAFKA-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Deps upgrade- https://issues.apache.org/jira/browse/KAFKA-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel CodaMetrics versioning- https://issues.apache.org/jira/browse/KAFKA-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel On Mon, May 06, 2013 at 04:31:50PM -0700, Jason Rosenberg wrote: > Is there a maven repo we can point to, to just depend on the kafka 0.8 > core, and have all the dependencies get pulled in as needed? > > For some reason, I had thought this would be available as part of the > 0.8 release.... > > Or do I need to manually create a pom.xml for the core, and host it on > my nexxus instance (as in 0.7.2?). > > Thanks, > > Jason