Probably! I'll give that a try, thanks!
On Thu, May 22, 2014 at 12:11 PM, Chris Burroughs <chris.burrou...@gmail.com> wrote: > Maven central has "bin.tar.gz" "src.tar.gz" downloads for the > 'apache-cassandra' artifact. Does that work for your use case? > > http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22apache-cassandra%22 > > > On 05/20/2014 05:30 PM, Clint Kelly wrote: >> >> Hi all, >> >> I am using the maven assembly plugin to build a project that contains >> a development environment for a project that we've built at work on >> top of Cassandra. I'd like this development environment to include >> the latest release of Cassandra. >> >> Is there a maven repo anywhere that contains an artifact with the >> Cassandra release in it? I'd like to have the same Cassandra tarball >> that you can download from the website be a dependency for my project. >> I can then have the assembly plugin untar it and customize some of >> the conf files before taring up our entire development environment. >> That way, anyone using our development environment would have access >> to the various shell scripts and tools. >> >> I poked around online and could not find what I was looking for. Any >> help would be appreciated! >> >> Best regards, >> Clint >> >