Create Java project with Maven archetype cristalise-module-archetype

Template Maven project for CRISTAL modules

Create a Java Project by archetype cristalise-module-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dnamespace="My-namespace"   -DarchetypeGroupId="org.cristalise"   -DarchetypeArtifactId="cristalise-module-archetype"   -DarchetypeVersion="4.2.0"   -DinteractiveMode=false 

Required parameters for generate java project:

namespace
validationRegex: none

Details about maven archetype cristalise-module-archetype

License

License

GroupId

GroupId

org.cristalise
ArtifactId

ArtifactId

cristalise-module-archetype
Version

Version

4.2.0
Type

Type

maven-archetype
Description

Description

module-archetype
Template Maven project for CRISTAL modules
Source Code Management

Source Code Management

https://github.com/cristal-ise/module-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.cristalise -DarchetypeArtifactId=cristalise-module-archetype -DarchetypeVersion=4.2.0 -DinteractiveMode=false

Dependencies

compile (5)

Group / Artifact Type Version
org.codehaus.castor : castor-xml-schema jar 1.4.1
org.codehaus.castor : castor-xml jar 1.4.1
org.apache.shiro : shiro-core jar 1.4.0
org.slf4j : slf4j-simple jar 1.6.1
xmlunit : xmlunit jar 1.5

provided (1)

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

runtime (1)

Group / Artifact Type Version
org.python : jython jar 2.5.3

Project Modules

There are no modules declared in this project.