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

Stephen Connolly commented on CASSANDRA-3300:
---------------------------------------------

http://code.google.com/a/apache-extras.org/r/stephenalanconnolly-cassandra-jdbc-maven/
 is where my pom is at.

This is a full-on build.... does all the tests on an isolated cassandra 
instance that it fires up as part of the build.

At present you need two staging repositories to build the maven based project:

https://repository.apache.org/content/repositories/orgapachecassandra-055/ for 
cassandra 1.0.0
https://nexus.codehaus.org/content/repositories/orgcodehausmojo-010/ for 
cassandra-maven-plugin 1.0.0-1

and you need to 

mvn install:install-file \
-DgroupId=org.apache.cassandra \
-DartifactId=cassandra-clientutil \
-Dversion=1.0.0-rc2-SNAPSHOT \
-Dpackaging=jar \
-Dfile=path/to/apache-cassandra-clientutil-1.0.0-rc2-SNAPSHOT.jar

will build if you do all that.

Once the two release votes pass all that remains is to get clientutil released 
and into maven central and it will be self-contained
                
> relocate Java (JDBC) CQL driver
> -------------------------------
>
>                 Key: CASSANDRA-3300
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3300
>             Project: Cassandra
>          Issue Type: Task
>          Components: Drivers
>            Reporter: Eric Evans
>            Priority: Minor
>              Labels: cql
>         Attachments: v1-0001-CASSANDRA-3300-remove-driver-build-test.txt
>
>
> A new project as been created at 
> http://code.google.com/a/apache-extras.org/p/cassandra-jdbc, a current 
> snapshot of the code from trunk has been imported, and the tests updated.
> I've configured commit notifications to be sent to 
> commits@cassandra.apache.org, though this can be changed if people object.
> To the best of my knowledge, the only thing remaining is to configure the 
> initial set of committers and admins.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to