Create Java project with Maven archetype tentackle-project-archetype

Archetype for a multi-module Tentackle application

Create a Java Project by archetype tentackle-project-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dapplication="My-application"   -DarchetypeGroupId="org.tentackle"   -DarchetypeArtifactId="tentackle-project-archetype"   -DarchetypeVersion="17.10.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

application
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-common
  • ${rootArtifactId}-pdo
  • ${rootArtifactId}-domain
  • ${rootArtifactId}-persistence
  • ${rootArtifactId}-gui
  • ${rootArtifactId}-client
  • ${rootArtifactId}-server
  • ${rootArtifactId}-daemon

Details about maven archetype tentackle-project-archetype

License

License

GroupId

GroupId

org.tentackle
ArtifactId

ArtifactId

tentackle-project-archetype
Version

Version

17.10.0.0
Type

Type

maven-archetype
Description

Description

Tentackle Project Archetype
Archetype for a multi-module Tentackle application
Project URL

Project URL

https://tentackle.org
Project Organization

Project Organization

Krake Softwaretechnik

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.tentackle -DarchetypeArtifactId=tentackle-project-archetype -DarchetypeVersion=17.10.0.0 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
org.testng : testng jar 7.5
org.slf4j : slf4j-simple jar 1.7.36

Project Modules

There are no modules declared in this project.