Create Java project with Maven archetype argo-analysis-engine-archetype

An archetype which contains a sample Argo (UIMA) Analysis Engine

Create a Java Project by archetype argo-analysis-engine-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DanalysisEngineClassName="My-analysisEngineClassName"   -DarchetypeGroupId="uk.ac.nactem.argo"   -DarchetypeArtifactId="argo-analysis-engine-archetype"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Required parameters for generate java project:

analysisEngineClassName
validationRegex: none

Details about maven archetype argo-analysis-engine-archetype

License

License

GroupId

GroupId

uk.ac.nactem.argo
ArtifactId

ArtifactId

argo-analysis-engine-archetype
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

Argo Analysis Engine Archetype
An archetype which contains a sample Argo (UIMA) Analysis Engine
Project URL

Project URL

https://github.com/argo-nactem/argo-analysis-engine-archetype
Project Organization

Project Organization

The National Centre for Text Mining (NaCTeM)
Source Code Management

Source Code Management

https://github.com/argo-nactem/argo-analysis-engine-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=uk.ac.nactem.argo -DarchetypeArtifactId=argo-analysis-engine-archetype -DarchetypeVersion=1.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.