Create Java project with Maven archetype bamboo-specs-archetype


Create a Java Project by archetype bamboo-specs-archetype with Command Line:

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="6.0.5"   -DinteractiveMode=false 

Required parameters for generate java project:

template
validationRegex: none
specVersion
validationRegex: none

Details about maven archetype bamboo-specs-archetype

GroupId

GroupId

com.atlassian.bamboo
ArtifactId

ArtifactId

bamboo-specs-archetype
Version

Version

6.0.5
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.atlassian.bamboo -DarchetypeArtifactId=bamboo-specs-archetype -DarchetypeVersion=6.0.5 -DinteractiveMode=false