Create Java project with Maven archetype atlassian-connect-spring-boot-archetype

Provides a Maven archetype for Atlassian Connect add-ons using Spring Boot

Create a Java Project by archetype atlassian-connect-spring-boot-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.atlassian.connect"   -DarchetypeArtifactId="atlassian-connect-spring-boot-archetype"   -DarchetypeVersion="1.4.3"   -DinteractiveMode=false 

Details about maven archetype atlassian-connect-spring-boot-archetype

GroupId

GroupId

com.atlassian.connect
ArtifactId

ArtifactId

atlassian-connect-spring-boot-archetype
Version

Version

1.4.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.atlassian.connect -DarchetypeArtifactId=atlassian-connect-spring-boot-archetype -DarchetypeVersion=1.4.3 -DinteractiveMode=false