Updated Branches:
  refs/heads/1.4 2a6f2fc9d -> af144223c

ACCUMULO-1166 Update the README to match the artifactId change.


Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/af144223
Tree: 
http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/af144223
Diff: 
http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/af144223

Branch: refs/heads/1.4
Commit: af144223c212818a7d78d6088ba17d1f9b4e0729
Parents: 2a6f2fc
Author: Josh Elser <josh.el...@gmail.com>
Authored: Wed Oct 9 16:30:56 2013 -0400
Committer: Josh Elser <josh.el...@gmail.com>
Committed: Wed Oct 9 16:30:56 2013 -0400

----------------------------------------------------------------------
 README.md | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/af144223/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5bd15e0..7d1994c 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
  limitations under the License.
 -->
 
-Instamo Archetype
+Accumulo Instamo Archetype
 =======
 
 About
@@ -27,12 +27,15 @@ Accumulo.
 
 Usage
 -----------
-Checkout this project and run a `mvn install`. This will install the archetype
-to your local repository.
+For released versions, you can simply invoke maven to generate a project for
+you using this archetype:
 
-Then, change to a new directory and run 
+`mvn archetype:generate -DarchetypeGroupId=org.apache.accumulo
+-DarchetypeArtifactId=accumulo-instamo-archetype -DinteractiveMode=false`
 
-`mvn archetype:generate -DarchetypeGroupId=org.apache.accumulo 
-DarchetypeArtifactId=instamo-archetype -DinteractiveMode=false`
-
-and Maven will prompt you to enter the rest of the necessary configuration
+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.

Reply via email to