MVN

uk.ac.gate : gate-maven-plugin

Maven & Gradle

Mar 08, 2021
0 stars

GATE Maven Plugin · Maven plugin to assemble the correct metadata descriptors when building a plugin for GATE.

<plugin>
    <groupId>uk.ac.gate</groupId>
    <artifactId>gate-maven-plugin</artifactId>
    <version>9.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.gate : gate-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 9.0.1
  • Latest Alpha: 8.5-alpha1

All Versions

Choose a version of uk.ac.gate : gate-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
9.0.x
gate-maven-plugin-9.0.1
9.0
gate-maven-plugin-9.0
8.6.x
gate-maven-plugin-8.6.1
8.6
gate-maven-plugin-8.6
8.5.x
gate-maven-plugin-8.5.1
8.5
gate-maven-plugin-8.5
gate-maven-plugin-8.5-alpha1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>uk.ac.gate</groupId>
    <artifactId>gate-maven-plugin</artifactId>
    <version>9.0.1</version>
</plugin>