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

Web Blank Project (No O/R Mapper) using Macchinetta Server Framework (1.x)

Create a Java Project by archetype macchinetta-web-blank-noorm-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-noorm-thymeleaf-archetype"   -DarchetypeVersion="1.8.1.RELEASE"   -DinteractiveMode=false 

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

License

License

GroupId

GroupId

com.github.macchinetta.blank
ArtifactId

ArtifactId

macchinetta-web-blank-noorm-thymeleaf-archetype
Version

Version

1.8.1.RELEASE
Type

Type

maven-archetype
Description

Description

macchinetta-web-blank-noorm-thymeleaf-archetype
Web Blank Project (No O/R Mapper) using Macchinetta Server Framework (1.x)
Project URL

Project URL

http://macchinetta.github.io

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.macchinetta.blank -DarchetypeArtifactId=macchinetta-web-blank-noorm-thymeleaf-archetype -DarchetypeVersion=1.8.1.RELEASE -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.