Create Java project with Maven archetype xpocket-plugin-archetype

XPocket Plugin ArcheType Definition

Create a Java Project by archetype xpocket-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.perfma.xlab"   -DarchetypeArtifactId="xpocket-plugin-archetype"   -DarchetypeVersion="2.0.0-RELEASE"   -DinteractiveMode=false 

Details about maven archetype xpocket-plugin-archetype

GroupId

GroupId

com.perfma.xlab
ArtifactId

ArtifactId

xpocket-plugin-archetype
Version

Version

2.0.0-RELEASE
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.perfma.xlab -DarchetypeArtifactId=xpocket-plugin-archetype -DarchetypeVersion=2.0.0-RELEASE -DinteractiveMode=false