https://github.com/bazaarvoice/maven-cassandra-plugin
Maven Cassandra Plugin
https://github.com/bazaarvoice/maven-cassandra-plugin
Last synced: 8 months 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 (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T16:25:48.000Z (over 1 year ago)
- Last Synced: 2025-01-28T17:26:10.255Z (over 1 year ago)
- Language: Java
- Size: 936 KB
- Stars: 0
- Watchers: 32
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](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 install
mvn 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
```