mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.graniteds.archetypes"    -DarchetypeArtifactId="graniteds-tide-flex-spring-jpa-hibernate"    -DarchetypeVersion="3.0.3.GA"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.graniteds.archetypes | 
| ArtifactId | ArtifactIdgraniteds-tide-flex-spring-jpa-hibernate | 
| Version | Version3.0.3.GA | 
| Type | Typemaven-archetype | 
| Description | DescriptionGraniteDS/Tide Flex Spring JPA/Hibernate Base project with Flex 4.6, Spring 3.1 and Hibernate 3.6 using GraniteDS with the Tide API. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.graniteds.archetypes -DarchetypeArtifactId=graniteds-tide-flex-spring-jpa-hibernate -DarchetypeVersion=3.0.3.GA -DinteractiveMode=false