Re: Is the tarball for a given release in a Maven repository somewhere?

2014-05-22 Thread Chris Burroughs
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





Re: Is the tarball for a given release in a Maven repository somewhere?

2014-05-22 Thread Clint Kelly
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




Re: Is the tarball for a given release in a Maven repository somewhere?

2014-05-21 Thread Lewis John Mcgibbney
Hi Clint,

On Wed, May 21, 2014 at 5:29 AM, user-digest-h...@cassandra.apache.orgwrote:


 Is the tarball for a given release in a Maven repository somewhere?

 Hi all,


...snip


 I poked around online and could not find what I was looking for.  Any
 help would be appreciated!


A Maven repos? No. Currently tar.gz builds are not generated and signed
with the Cassandra release process and sent to MCentral.
This is an ideal opportunity for someone to intervene and improve this
process... log a Jira ticket as it would only benefit people if they can
find these artifacts in MCental as well.

You can however, ALWAYS find archived releases of Cassandra (as with EVERY
Apache release) under archive.apache.org
Specifically you will be looking here
http://archive.apache.org/dist/cassandra/
It is up to the Cassandra release manager and PMC generally to keep the
main distribution server clean and uncluttered so hence the reason
non-current releases are automatically pulled down to archive.a.o
hth
Lewis


Re: Is the tarball for a given release in a Maven repository somewhere?

2014-05-21 Thread Clint Kelly
Thanks, Lewis.  I created a ticket here:

https://issues.apache.org/jira/browse/CASSANDRA-7283

For now I just copied the cassandra and cassandra.in.sh scripts
into my project, along with custom configuration files.  We already
have all of the necessary JARs in our project's lib directory, since
our code depends on them anyway.

Best regards,
Clint

On Wed, May 21, 2014 at 1:02 PM, Lewis John Mcgibbney
lewis.mcgibb...@gmail.com wrote:
 Hi Clint,

 On Wed, May 21, 2014 at 5:29 AM, user-digest-h...@cassandra.apache.org
 wrote:


 Is the tarball for a given release in a Maven repository somewhere?

 Hi all,


 ...snip


 I poked around online and could not find what I was looking for.  Any
 help would be appreciated!


 A Maven repos? No. Currently tar.gz builds are not generated and signed with
 the Cassandra release process and sent to MCentral.
 This is an ideal opportunity for someone to intervene and improve this
 process... log a Jira ticket as it would only benefit people if they can
 find these artifacts in MCental as well.

 You can however, ALWAYS find archived releases of Cassandra (as with EVERY
 Apache release) under archive.apache.org
 Specifically you will be looking here
 http://archive.apache.org/dist/cassandra/
 It is up to the Cassandra release manager and PMC generally to keep the main
 distribution server clean and uncluttered so hence the reason non-current
 releases are automatically pulled down to archive.a.o
 hth
 Lewis


Is the tarball for a given release in a Maven repository somewhere?

2014-05-20 Thread Clint Kelly
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