Create Java project with Maven archetype ruta-pear-archetype

Template to create PEAR packaged UIMA Ruta annotators

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DrutaScriptName="My-rutaScriptName"   -DarchetypeGroupId="de.averbis.textanalysis"   -DarchetypeArtifactId="ruta-pear-archetype"   -DarchetypeVersion="1.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

rutaScriptName
validationRegex: none

Details about maven archetype ruta-pear-archetype

GroupId

GroupId

de.averbis.textanalysis
ArtifactId

ArtifactId

ruta-pear-archetype
Version

Version

1.3.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.averbis.textanalysis -DarchetypeArtifactId=ruta-pear-archetype -DarchetypeVersion=1.3.0 -DinteractiveMode=false