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.8"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype kfs-archetype

GroupId

GroupId

org.kualigan.maven.archetypes
ArtifactId

ArtifactId

kfs-archetype
Version

Version

0.0.8
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.8 -DinteractiveMode=false