Apache Accumulo Instamo Archetype

Clone this repo:
  1. cff2b56 Update README for deprecation by Christopher Tubbs · 2 weeks ago main
  2. a2ea464 Standardize .asf.yaml notifications by Christopher Tubbs · 7 weeks ago
  3. bade0c9 Set up default protection ruleset for default and release branches (#3) by The Apache Software Foundation · 3 months ago
  4. 14d6f67 Bump junit:junit in /src/main/resources/archetype-resources (#2) by dependabot[bot] · 1 year, 9 months ago
  5. 1f55408 Update GitHub Actions by Christopher Tubbs · 1 year, 9 months ago

Instamo Archetype

NOTE: This project is deprecated. Contact the developer mailing list if there is interest in re-establishing support for an Accumulo Maven 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)