Create Java project with Maven archetype awe-boot-archetype

This archetype generates a simple AWE web application with spring boot

Create a Java Project by archetype awe-boot-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.almis.awe"   -DarchetypeArtifactId="awe-boot-archetype"   -DarchetypeVersion="4.1.2"   -DinteractiveMode=false 

Details about maven archetype awe-boot-archetype

GroupId

GroupId

com.almis.awe
ArtifactId

ArtifactId

awe-boot-archetype
Version

Version

4.1.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.almis.awe -DarchetypeArtifactId=awe-boot-archetype -DarchetypeVersion=4.1.2 -DinteractiveMode=false