MVN

org.apache.nifi : nifi-nar-maven-plugin

Maven & Gradle

Jun 14, 2023

Apache NiFi Nar Maven Plugin

<plugin>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-nar-maven-plugin</artifactId>
    <version>1.5.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.nifi : nifi-nar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of org.apache.nifi : nifi-nar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
nifi-nar-maven-plugin-1.5.1
nifi-nar-maven-plugin-1.5.0
1.4.x
nifi-nar-maven-plugin-1.4.0
1.3.x
nifi-nar-maven-plugin-1.3.5
nifi-nar-maven-plugin-1.3.4
nifi-nar-maven-plugin-1.3.3
nifi-nar-maven-plugin-1.3.2
nifi-nar-maven-plugin-1.3.1
nifi-nar-maven-plugin-1.3.0
1.2.x
nifi-nar-maven-plugin-1.2.0
1.1.x
nifi-nar-maven-plugin-1.1.0
1.0.x
nifi-nar-maven-plugin-1.0.1-incubating
nifi-nar-maven-plugin-1.0.0-incubating

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.nifi</groupId>
    <artifactId>nifi-nar-maven-plugin</artifactId>
    <version>1.5.1</version>
</plugin>

Advertisement