Create Java project with Maven archetype kfs-archetype


Create a Java Project by archetype kfs-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.kualigan.maven.archetypes"   -DarchetypeArtifactId="kfs-archetype"   -DarchetypeVersion="0.0.12"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-it
  • ${rootArtifactId}-config
  • ${rootArtifactId}-core
  • ${rootArtifactId}-web

Details about maven archetype kfs-archetype

GroupId

GroupId

org.kualigan.maven.archetypes
ArtifactId

ArtifactId

kfs-archetype
Version

Version

0.0.12
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kualigan.maven.archetypes -DarchetypeArtifactId=kfs-archetype -DarchetypeVersion=0.0.12 -DinteractiveMode=false