Create Java project with Maven archetype pustefix-archetype-basic

Pustefix archetype creating a basic application

Create a Java Project by archetype pustefix-archetype-basic with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DpustefixVersion="My-pustefixVersion"   -DarchetypeGroupId="org.pustefixframework"   -DarchetypeArtifactId="pustefix-archetype-basic"   -DarchetypeVersion="0.20.21"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none
pustefixVersion
validationRegex: none

Details about maven archetype pustefix-archetype-basic

GroupId

GroupId

org.pustefixframework
ArtifactId

ArtifactId

pustefix-archetype-basic
Version

Version

0.20.21
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.pustefixframework -DarchetypeArtifactId=pustefix-archetype-basic -DarchetypeVersion=0.20.21 -DinteractiveMode=false