Create Java project with Maven archetype xillium-arch

The Xillium Service Platform is put in place to allow fast and quality construction of enterprise solutions that are secure, performant, capacious, agile, and robust, by following a well-chosen set of time-honored approaches and technologies.

Create a Java Project by archetype xillium-arch with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpersistence="My-persistence"   -Dmodule1name="My-module1name"   -Ddeploy1name="My-deploy1name"   -DarchetypeGroupId="org.xillium"   -DarchetypeArtifactId="xillium-arch"   -DarchetypeVersion="1.2.2"   -DinteractiveMode=false 

Required parameters for generate java project:

persistence
validationRegex: none
module1name
validationRegex: none
deploy1name
validationRegex: none

Generated Project modules

  • commons
  • modules

Details about maven archetype xillium-arch

License

License

GroupId

GroupId

org.xillium
ArtifactId

ArtifactId

xillium-arch
Version

Version

1.2.2
Type

Type

maven-archetype
Description

Description

Xillium Platform - Archetype
The Xillium Service Platform is put in place to allow fast and quality construction of enterprise solutions that are secure, performant, capacious, agile, and robust, by following a well-chosen set of time-honored approaches and technologies.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.xillium -DarchetypeArtifactId=xillium-arch -DarchetypeVersion=1.2.2 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.11.2
org.apache.logging.log4j : log4j-core jar 2.11.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.14.3

Project Modules

There are no modules declared in this project.