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

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

License

License

GroupId

GroupId

com.atlassian.connect
ArtifactId

ArtifactId

atlassian-connect-spring-boot-archetype
Version

Version

2.3.4
Type

Type

maven-archetype
Description

Description

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

Project Organization

Atlassian

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=2.3.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.