Create Java project with Maven archetype macchinetta-web-blank-thymeleaf-archetype

Web Blank Project using Macchinetta Server Framework (1.x)

Create a Java Project by archetype macchinetta-web-blank-thymeleaf-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.macchinetta.blank"   -DarchetypeArtifactId="macchinetta-web-blank-thymeleaf-archetype"   -DarchetypeVersion="1.7.1.SP1.RELEASE"   -DinteractiveMode=false 

Details about maven archetype macchinetta-web-blank-thymeleaf-archetype

GroupId

GroupId

com.github.macchinetta.blank
ArtifactId

ArtifactId

macchinetta-web-blank-thymeleaf-archetype
Version

Version

1.7.1.SP1.RELEASE
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.macchinetta.blank -DarchetypeArtifactId=macchinetta-web-blank-thymeleaf-archetype -DarchetypeVersion=1.7.1.SP1.RELEASE -DinteractiveMode=false