Create Java project with Maven archetype mda-spring-archetype

TSL2 Archetype for MDA with spring-boot

Create a Java Project by archetype mda-spring-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DapplicationPort="My-applicationPort"   -DclassPrefix="My-classPrefix"   -DidType="My-idType"   -DdatabasePort="My-databasePort"   -DarchetypeGroupId="net.sf.tsl2nano"   -DarchetypeArtifactId="mda-spring-archetype"   -DarchetypeVersion="0.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

applicationPort
validationRegex: none
classPrefix
validationRegex: none
idType
validationRegex: none
databasePort
validationRegex: none

Details about maven archetype mda-spring-archetype

License

License

GroupId

GroupId

net.sf.tsl2nano
ArtifactId

ArtifactId

mda-spring-archetype
Version

Version

0.0.2
Type

Type

maven-archetype
Description

Description

TSL2 MDA Spring Archetype
TSL2 Archetype for MDA with spring-boot
Project URL

Project URL

https://github.com/snieda/tsl2spring-archetype.git
Source Code Management

Source Code Management

https://github.com/snieda/tsl2spring-archetype.git

How to add to project

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