Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bazaarvoice/maven-cassandra-plugin
Maven Cassandra Plugin
https://github.com/bazaarvoice/maven-cassandra-plugin
Last synced: 16 days ago
JSON representation
Maven Cassandra Plugin
- Host: GitHub
- URL: https://github.com/bazaarvoice/maven-cassandra-plugin
- Owner: bazaarvoice
- License: apache-2.0
- Created: 2012-06-21T00:07:38.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T03:31:10.000Z (over 1 year ago)
- Last Synced: 2024-11-05T18:17:44.980Z (2 months ago)
- Language: Java
- Size: 936 KB
- Stars: 0
- Watchers: 32
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/bazaarvoice/maven-cassandra-plugin.svg?branch=master)](https://travis-ci.org/bazaarvoice/maven-cassandra-plugin)
# Bazaarvoice Cassandra Maven Plugin
This is the Bazaarvoice's fork of the [cassandra-maven-plugin](http://www.mojohaus.org/cassandra-maven-plugin/).
## Testing
```bash
mvn -e clean verify -Ddependency-check.skip=true -Prun-its
```## Running
```bash
mvn clean installmvn com.bazaarvoice.maven.plugins:cassandra-maven-plugin:${version}:start -Dcassandra.rpcPort=19160 -Dcassandra.jmxPort=17199 -Dcassandra.storagePort=17000 -Dcassandra.stopPort=18081
```## Releasing
* Make sure `gpg-agent` is running.
* Execute `mvn -B release:prepare release:perform`For publishing the site do the following:
```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```