Create Java project with Maven archetype PESample-archetype

Simple archetype to create a Portal Engine project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.smyld.app.pe"   -DarchetypeArtifactId="PESample-archetype"   -DarchetypeVersion="1.0.8"   -DinteractiveMode=false 

Details about maven archetype PESample-archetype

GroupId

GroupId

org.smyld.app.pe
ArtifactId

ArtifactId

PESample-archetype
Version

Version

1.0.8
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.smyld.app.pe -DarchetypeArtifactId=PESample-archetype -DarchetypeVersion=1.0.8 -DinteractiveMode=false