Create Java project with Maven archetype gate-pr-archetype

Maven archetype to create a new GATE plugin project including a sample PR class (an empty LanguageAnalyser).

Create a Java Project by archetype gate-pr-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprClass="My-prClass"   -DprName="My-prName"   -DprComment="My-prComment"   -DarchetypeGroupId="uk.ac.gate"   -DarchetypeArtifactId="gate-pr-archetype"   -DarchetypeVersion="9.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

prClass
validationRegex: none
prName
validationRegex: none
prComment
validationRegex: none

Details about maven archetype gate-pr-archetype

License

License

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-pr-archetype
Version

Version

9.0.1
Type

Type

maven-archetype
Description

Description

GATE Plugin with PR Archetype
Maven archetype to create a new GATE plugin project including a sample PR class (an empty LanguageAnalyser).
Project URL

Project URL

http://gate.ac.uk/
Project Organization

Project Organization

GATE
Source Code Management

Source Code Management

https://github.com/GateNLP/gate-top

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=uk.ac.gate -DarchetypeArtifactId=gate-pr-archetype -DarchetypeVersion=9.0.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.