Create Java project with Maven archetype faktorips-maven-archetype

Maven archetype for Faktor-IPS projects

Create a Java Project by archetype faktorips-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.faktorips"   -DarchetypeArtifactId="faktorips-maven-archetype"   -DarchetypeVersion="21.6.0-rc03"   -DinteractiveMode=false 

Details about maven archetype faktorips-maven-archetype

GroupId

GroupId

org.faktorips
ArtifactId

ArtifactId

faktorips-maven-archetype
Version

Version

21.6.0-rc03
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.faktorips -DarchetypeArtifactId=faktorips-maven-archetype -DarchetypeVersion=21.6.0-rc03 -DinteractiveMode=false