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="2.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

rutaScriptName
validationRegex: none

Details about maven archetype ruta-pear-archetype

License

License

GroupId

GroupId

de.averbis.textanalysis
ArtifactId

ArtifactId

ruta-pear-archetype
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

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

Project URL

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

Source Code Management

https://github.com/averbis/ruta-pear-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=2.0.0 -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.