Create Java project with Maven archetype tsl2.nano.archetype

TSL2 Framework (fullstack) archetype to create a new MDA JEE+Thymeleaf Application

Create a Java Project by archetype tsl2.nano.archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.sf.tsl2nano"   -DarchetypeArtifactId="tsl2.nano.archetype"   -DarchetypeVersion="2.4.10"   -DinteractiveMode=false 

Details about maven archetype tsl2.nano.archetype

License

License

GroupId

GroupId

net.sf.tsl2nano
ArtifactId

ArtifactId

tsl2.nano.archetype
Version

Version

2.4.10
Type

Type

maven-archetype
Description

Description

TSL2 Framework Maven Archetype
TSL2 Framework (fullstack) archetype to create a new MDA JEE+Thymeleaf Application

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.tsl2nano -DarchetypeArtifactId=tsl2.nano.archetype -DarchetypeVersion=2.4.10 -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.