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 |
GroupIdcom.vmware.xenon |
ArtifactId |
ArtifactIdxenon-quickstart |
Version |
Version1.6.18 |
Type |
Typemaven-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
Dependencies
compile (1)
test (2)
Project Modules
There are no modules declared in this project.