Create Java project with Maven archetype jcore-cr-archetype

An archetype to quickly create new JCoRe UIMA collection reader.

Create a Java Project by archetype jcore-cr-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DartifactId="My-artifactId"   -DgroupId="My-groupId"   -Dversion="My-version"   -DartifactName="My-artifactName"   -DartifactDescription="My-artifactDescription"   -DuimaReaderClassname="My-uimaReaderClassname"   -DarchetypeGroupId="de.julielab"   -DarchetypeArtifactId="jcore-cr-archetype"   -DarchetypeVersion="2.3.2"   -DinteractiveMode=false 

Required parameters for generate java project:

artifactId
validationRegex: jcore-.*-reader
groupId
validationRegex: none
version
validationRegex: none
artifactName
validationRegex: none
artifactDescription
validationRegex: none
uimaReaderClassname
validationRegex: none

Details about maven archetype jcore-cr-archetype

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

jcore-cr-archetype
Version

Version

2.3.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.julielab -DarchetypeArtifactId=jcore-cr-archetype -DarchetypeVersion=2.3.2 -DinteractiveMode=false