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.5.1"   -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

License

License

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

jcore-cr-archetype
Version

Version

2.5.1
Type

Type

maven-archetype
Description

Description

JCoRe Collection Reader Archetype
An archetype to quickly create new JCoRe UIMA collection reader.
Project URL

Project URL

https://github.com/JULIELab/jcore-misc/tree/master/jcore-cr-archetype
Project Organization

Project Organization

JULIE Lab, Germany

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.julielab -DarchetypeArtifactId=jcore-cr-archetype -DarchetypeVersion=2.5.1 -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.