ACCUMULO-1166 fixed spelling

git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/trunk@1488991 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: 1edc9ff679ad2d34684b9426f728985766f7fc9f
  1. src/
  2. LICENSE
  3. NOTICE
  4. pom.xml
  5. README.md
README.md

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=instamo-archetype -DinteractiveMode=false

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