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

Details about maven archetype gate-plugin-archetype

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-plugin-archetype
Version

Version

8.6.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=uk.ac.gate -DarchetypeArtifactId=gate-plugin-archetype -DarchetypeVersion=8.6.1 -DinteractiveMode=false