mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DgroupId="My-groupId"    -DartifactId="My-artifactId"    -Dversion="My-version"    -Dpackage="My-package"    -DarchetypeGroupId="org.apache.accumulo"    -DarchetypeArtifactId="accumulo-instamo-archetype"    -DarchetypeVersion="1.4.4"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.apache.accumulo | 
| ArtifactId | ArtifactIdaccumulo-instamo-archetype | 
| Version | Version1.4.4 | 
| Type | Typemaven-archetype | 
| Description | DescriptionAccumulo Instamo Archetype The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.accumulo -DarchetypeArtifactId=accumulo-instamo-archetype -DarchetypeVersion=1.4.4 -DinteractiveMode=false