Create Java project with Maven archetype eurekaclinical-service-archetype

Archetype for eurekaclinical service projects

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

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

Required parameters for generate java project:

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

Details about maven archetype eurekaclinical-service-archetype

License

License

GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

eurekaclinical-service-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

Eureka! Clinical Service Archetype
Archetype for eurekaclinical service projects
Project URL

Project URL

https://github.com/eurekaclinical/eurekaclinical-service-archetype.git
Project Organization

Project Organization

Emory University
Source Code Management

Source Code Management

https://github.com/eurekaclinical/eurekaclinical-service-archetype.git

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.