Create Java project with Maven archetype skeleton-server-archetype

Skeleton server archetype

Create a Java Project by archetype skeleton-server-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.proofpoint.platform"   -DarchetypeArtifactId="skeleton-server-archetype"   -DarchetypeVersion="2.61"   -DinteractiveMode=false 

Details about maven archetype skeleton-server-archetype

License

License

GroupId

GroupId

com.proofpoint.platform
ArtifactId

ArtifactId

skeleton-server-archetype
Version

Version

2.61
Type

Type

maven-archetype
Description

Description

skeleton-server-archetype
Skeleton server archetype
Project URL

Project URL

http://github.com/proofpoint/platform
Project Organization

Project Organization

Proofpoint, Inc.
Source Code Management

Source Code Management

http://github.com/proofpoint/platform/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.proofpoint.platform -DarchetypeArtifactId=skeleton-server-archetype -DarchetypeVersion=2.61 -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.