Create Java project with Maven archetype eurekaclinical-client-archetype

Archetype to create eurekaclinical client projects

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DinceptionYear="My-inceptionYear"   -DserviceArtifactId="My-serviceArtifactId"   -DarchetypeGroupId="org.eurekaclinical"   -DarchetypeArtifactId="eurekaclinical-client-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

inceptionYear
validationRegex: none
serviceArtifactId
validationRegex: none

Details about maven archetype eurekaclinical-client-archetype

License

License

GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

eurekaclinical-client-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

Eureka! Clinical Client Archetype
Archetype to create eurekaclinical client projects
Project URL

Project URL

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

Project Organization

Emory University
Source Code Management

Source Code Management

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

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.eurekaclinical -DarchetypeArtifactId=eurekaclinical-client-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.