mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dtemplate="My-template"    -DspecVersion="My-specVersion"    -DarchetypeGroupId="com.atlassian.bamboo"    -DarchetypeArtifactId="bamboo-specs-archetype"    -DarchetypeVersion="8.2.4"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.atlassian.bamboo | 
| ArtifactId | ArtifactIdbamboo-specs-archetype | 
| Version | Version8.2.4 | 
| Type | Typemaven-archetype | 
| Description | DescriptionAn archetype for the Bamboo Plan Specs Base POM for Atlassian projects | 
| Project URL | Project URLhttp://maven.apache.org | 
| Project Organization | Project OrganizationAtlassian Software Systems Pty Ltd | 
| Source Code Management | Source Code Managementhttps://bitbucket.org/atlassian/bamboo-specs | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.atlassian.bamboo -DarchetypeArtifactId=bamboo-specs-archetype -DarchetypeVersion=8.2.4 -DinteractiveMode=false JarCasting
 JarCasting