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.1-RELEASE"   -DinteractiveMode=false 

Details about maven archetype xpocket-plugin-archetype

License

License

GroupId

GroupId

com.perfma.xlab
ArtifactId

ArtifactId

xpocket-plugin-archetype
Version

Version

2.0.1-RELEASE
Type

Type

maven-archetype
Description

Description

com.perfma.xlab:xpocket-plugin-archetype
XPocket Plugin ArcheType Definition
Project URL

Project URL

https://github.com/PerfMa/xpocket-plugin-archetype
Source Code Management

Source Code Management

https://github.com/PerfMa/xpocket-plugin-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.1-RELEASE -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.