Create Java project with Maven archetype gate-plugin-archetype

Maven archetype to create a new GATE plugin project.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="uk.ac.gate"   -DarchetypeArtifactId="gate-plugin-archetype"   -DarchetypeVersion="9.0.1"   -DinteractiveMode=false 

Details about maven archetype gate-plugin-archetype

License

License

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-plugin-archetype
Version

Version

9.0.1
Type

Type

maven-archetype
Description

Description

GATE Plugin Archetype
Maven archetype to create a new GATE plugin project.
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-plugin-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.