ACCUMULO-2100 Double the test timeout.
1 file changed
tree: 64e84e47e5dc037d2e551d55237b02e898d6e69f
  1. src/
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. pom.xml
  6. README.md
README.md

Accumulo 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

For released versions, you can simply invoke maven to generate a project for you using this archetype:

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

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

If you are building a non-released version, checkout this project and run a mvn install. This will install the archetype to your local repository, after which you can follow the previous steps.