mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.kualigan.maven.archetypes"    -DarchetypeArtifactId="lb-copy-archetype"    -DarchetypeVersion="2.0.3"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.kualigan.maven.archetypes | 
| ArtifactId | ArtifactIdlb-copy-archetype | 
| Version | Version2.0.3 | 
| Type | Typemaven-archetype | 
| Description | Descriptionlb-copy-archetype Archetype used when copying databases. Creates a database project for the lb-maven-project to use in copying/exporting a database | 
| Project Organization | Project OrganizationKualigan | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kualigan.maven.archetypes -DarchetypeArtifactId=lb-copy-archetype -DarchetypeVersion=2.0.3 -DinteractiveMode=false