Create Java project with Maven archetype eurekaclinical-webapp-archetype

Archetype to create eurekaclinical webapp projects

Create a Java Project by archetype eurekaclinical-webapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpropertyNamespace="My-propertyNamespace"   -DshortNamespace="My-shortNamespace"   -DinceptionYear="My-inceptionYear"   -DserviceArtifactId="My-serviceArtifactId"   -DserviceVersion="My-serviceVersion"   -DdataSource="My-dataSource"   -DclientArtifactId="My-clientArtifactId"   -DclientVersion="My-clientVersion"   -DarchetypeGroupId="org.eurekaclinical"   -DarchetypeArtifactId="eurekaclinical-webapp-archetype"   -DarchetypeVersion="1.0-Alpha-11"   -DinteractiveMode=false 

Required parameters for generate java project:

propertyNamespace
validationRegex: none
shortNamespace
validationRegex: none
inceptionYear
validationRegex: none
serviceArtifactId
validationRegex: none
serviceVersion
validationRegex: none
dataSource
validationRegex: none
clientArtifactId
validationRegex: none
clientVersion
validationRegex: none

Details about maven archetype eurekaclinical-webapp-archetype

GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

eurekaclinical-webapp-archetype
Version

Version

1.0-Alpha-11
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.eurekaclinical -DarchetypeArtifactId=eurekaclinical-webapp-archetype -DarchetypeVersion=1.0-Alpha-11 -DinteractiveMode=false