MVN

org.apache.tajo : tajo-maven-plugins

Maven & Gradle

May 11, 2016

Tajo Maven Plugins

<plugin>
    <groupId>org.apache.tajo</groupId>
    <artifactId>tajo-maven-plugins</artifactId>
    <version>0.11.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tajo : tajo-maven-plugins to add to Maven - Latest Versions:

  • Latest Stable: 0.11.3

All Versions

Choose a version of org.apache.tajo : tajo-maven-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
tajo-maven-plugins-0.11.3
tajo-maven-plugins-0.11.2
tajo-maven-plugins-0.11.1
tajo-maven-plugins-0.11.0
0.10.x
tajo-maven-plugins-0.10.1
tajo-maven-plugins-0.10.0
0.9.x
tajo-maven-plugins-0.9.0
0.8.x
tajo-maven-plugins-0.8.0

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.tajo</groupId>
    <artifactId>tajo-maven-plugins</artifactId>
    <version>0.11.3</version>
</plugin>