Author: elserj
Date: Sat Mar  9 01:50:58 2013
New Revision: 1454638

URL: http://svn.apache.org/r1454638
Log:
ACCUMULO-1166 Making reasonable sized line widths

Modified:
    accumulo/contrib/instamo-archetype/trunk/README.md

Modified: accumulo/contrib/instamo-archetype/trunk/README.md
URL: 
http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/trunk/README.md?rev=1454638&r1=1454637&r2=1454638&view=diff
==============================================================================
--- accumulo/contrib/instamo-archetype/trunk/README.md (original)
+++ accumulo/contrib/instamo-archetype/trunk/README.md Sat Mar  9 01:50:58 2013
@@ -3,10 +3,17 @@ 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.
+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.
+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` 
and Maven will prompt you to enter the rest of the necessary configuration 
parameters (e.g. groupId, artifactId, version and Java package)
+Then, change to a new directory and run `mvn archetype:generate
+-DarchetypeGroupId=org.apache.accumulo -DarchetypeArtifactId=instamo-archetype`
+and Maven will prompt you to enter the rest of the necessary configuration
+parameters (e.g. groupId, artifactId, version and Java package)


Reply via email to