MVN

ch.cern.hadoop : hadoop-maven-plugins

Maven & Gradle

Nov 05, 2020

Apache Hadoop Maven Plugins

<plugin>
    <groupId>ch.cern.hadoop</groupId>
    <artifactId>hadoop-maven-plugins</artifactId>
    <version>3.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.cern.hadoop : hadoop-maven-plugins to add to Maven - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of ch.cern.hadoop : hadoop-maven-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
hadoop-maven-plugins-3.2.1
2.7.x
hadoop-maven-plugins-2.7.5.1
hadoop-maven-plugins-2.7.5.0
hadoop-maven-plugins-2.7.4.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>ch.cern.hadoop</groupId>
    <artifactId>hadoop-maven-plugins</artifactId>
    <version>3.2.1</version>
</plugin>