Create Java project with Maven archetype jcore-cc-archetype

An archetype to quickly create new JCoRe UIMA CAS consumers.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DartifactName="My-artifactName"   -DartifactDescription="My-artifactDescription"   -DconsumerClassname="My-consumerClassname"   -DarchetypeGroupId="de.julielab"   -DarchetypeArtifactId="jcore-cc-archetype"   -DarchetypeVersion="2.5.1"   -DinteractiveMode=false 

Required parameters for generate java project:

artifactId
validationRegex: jcore-.*-((consumer)|(writer))
version
validationRegex: none
artifactName
validationRegex: none
artifactDescription
validationRegex: none
consumerClassname
validationRegex: none

Details about maven archetype jcore-cc-archetype

License

License

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

jcore-cc-archetype
Version

Version

2.5.1
Type

Type

maven-archetype
Description

Description

JCoRe Consumer Archetype
An archetype to quickly create new JCoRe UIMA CAS consumers.
Project URL

Project URL

https://github.com/JULIELab/jcore-misc/tree/master/jcore-cc-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-cc-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.