Create Java project with Maven archetype webmotion-archetype


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DusesExtras="My-usesExtras"   -DarchetypeGroupId="org.debux.webmotion"   -DarchetypeArtifactId="webmotion-archetype"   -DarchetypeVersion="2.3.2"   -DinteractiveMode=false 

Required parameters for generate java project:

usesExtras
validationRegex: none

Details about maven archetype webmotion-archetype

GroupId

GroupId

org.debux.webmotion
ArtifactId

ArtifactId

webmotion-archetype
Version

Version

2.3.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.debux.webmotion -DarchetypeArtifactId=webmotion-archetype -DarchetypeVersion=2.3.2 -DinteractiveMode=false