Create Java project with Maven archetype xenon-quickstart

Xenon is both a set of software components and a service oriented design pattern. The runtime is implemented in Java and acts as the host for the lightweight, asynchronous services. The programming model is language agnostic (does not rely on Java specific constructs) so implementations in other languages are encouraged.

Create a Java Project by archetype xenon-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DxenonVersion="My-xenonVersion"   -DarchetypeGroupId="com.vmware.xenon"   -DarchetypeArtifactId="xenon-quickstart"   -DarchetypeVersion="1.6.18"   -DinteractiveMode=false 

Required parameters for generate java project:

xenonVersion
validationRegex: none

Details about maven archetype xenon-quickstart

License

License

GroupId

GroupId

com.vmware.xenon
ArtifactId

ArtifactId

xenon-quickstart
Version

Version

1.6.18
Type

Type

maven-archetype
Description

Description

Xenon is both a set of software components and a service oriented design pattern. The runtime is implemented in Java and acts as the host for the lightweight, asynchronous services. The programming model is language agnostic (does not rely on Java specific constructs) so implementations in other languages are encouraged.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.vmware.xenon -DarchetypeArtifactId=xenon-quickstart -DarchetypeVersion=1.6.18 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
com.vmware.xenon : xenon-common jar 1.6.18

test (2)

Group / Artifact Type Version
com.vmware.xenon : xenon-common jar 1.6.18
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.