MVN

org.apache.uima : uima-build-helper-maven-plugin

Maven & Gradle

Sep 05, 2013

Apache UIMA build helper maven plugin

<plugin>
    <groupId>org.apache.uima</groupId>
    <artifactId>uima-build-helper-maven-plugin</artifactId>
    <version>7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.uima : uima-build-helper-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 7

All Versions

Choose a version of org.apache.uima : uima-build-helper-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
7
uima-build-helper-maven-plugin-7
6
uima-build-helper-maven-plugin-6
5
uima-build-helper-maven-plugin-5
4
uima-build-helper-maven-plugin-4
3
uima-build-helper-maven-plugin-3
2
uima-build-helper-maven-plugin-2

How to add a plugin to Maven

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

<plugin>
    <groupId>org.apache.uima</groupId>
    <artifactId>uima-build-helper-maven-plugin</artifactId>
    <version>7</version>
</plugin>

Advertisement