Create Java project with Maven archetype bamboo-specs-archetype

Base POM for Atlassian projects

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

Required parameters for generate java project:

template
validationRegex: none
specVersion
validationRegex: none

Details about maven archetype bamboo-specs-archetype

License

License

GroupId

GroupId

com.atlassian.bamboo
ArtifactId

ArtifactId

bamboo-specs-archetype
Version

Version

8.2.4
Type

Type

maven-archetype
Description

Description

An archetype for the Bamboo Plan Specs
Base POM for Atlassian projects
Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

Atlassian Software Systems Pty Ltd
Source Code Management

Source Code Management

https://bitbucket.org/atlassian/bamboo-specs

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.