Create Java project with Maven archetype pear-archetype

Template to create PEAR packaged UIMA annotators in Java

Create a Java Project by archetype pear-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DannotatorClassName="My-annotatorClassName"   -DarchetypeGroupId="de.averbis.textanalysis"   -DarchetypeArtifactId="pear-archetype"   -DarchetypeVersion="2.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

annotatorClassName
validationRegex: none

Details about maven archetype pear-archetype

License

License

GroupId

GroupId

de.averbis.textanalysis
ArtifactId

ArtifactId

pear-archetype
Version

Version

2.0.2
Type

Type

maven-archetype
Description

Description

de.averbis.textanalysis:pear-archetype
Template to create PEAR packaged UIMA annotators in Java
Project URL

Project URL

https://github.com/averbis/pear-archetype
Source Code Management

Source Code Management

https://github.com/averbis/pear-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.averbis.textanalysis -DarchetypeArtifactId=pear-archetype -DarchetypeVersion=2.0.2 -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.