Apache Accumulo Instamo Archetype

Clone this repo:
  1. 911d2f8 Upload test logs on build failure by Christopher Tubbs · 3 years, 7 months ago main
  2. fa359ff Add .asf.yaml (#1) by Christopher Tubbs · 3 years, 7 months ago
  3. 322e8ac Update instamo archetype for 2.0.0 by Christopher Tubbs · 3 years, 9 months ago
  4. 8ec26b9 Update Apache parent POM and add Travis-CI config by Christopher Tubbs · 6 years ago
  5. d8a6c84 Update git URL to gitbox.apache.org by Christopher Tubbs · 7 years ago

Instamo Archetype

About

This is a Maven Archetype which automates the customization of Instamo, a small amount of code meant to quickly spin up Accumulo processes in memory in an attempt to get out of the way of the developer who wants to run code against Accumulo.

Usage

Checkout this project and run a mvn install. This will install the archetype to your local repository.

Then, change to a new directory and run

mvn archetype:generate -DarchetypeGroupId=org.apache.accumulo -DarchetypeArtifactId=accumulo2-instamo-archetype -DinteractiveMode=false

and Maven will prompt you to enter the rest of the necessary configuration parameters (e.g. groupId, artifactId, version and Java package)