# repos_asf_nifi-maven **Repository Path**: mirrors_community_gitbox_apache/repos_asf_nifi-maven ## Basic Information - **Project Name**: repos_asf_nifi-maven - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-29 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache NiFi NAR Maven Plugin [![build](https://github.com/apache/nifi-maven/actions/workflows/build.yml/badge.svg)](https://github.com/apache/nifi-maven/actions/workflows/build.yml) Apache NiFi NAR Maven Plugin helps to build NiFi Archive bundles to support the classloader isolation model of NiFi. ## Table of Contents - [Requirements](#requirements) - [Getting Started](#getting-started) - [Getting Help](#getting-help) - [License](#license) ## Minimum Requirements * JDK 21 * Apache Maven 3.9.6 ## Getting Started Building the nifi-nar-maven-plugin module should be rare since it will be released infrequently compared to the main 'nifi' code tree. - Build with `mvn clean install` - Presuming you need to make use of changes to the nifi-nar-maven-plugin module, you should next go to the [nifi](../nifi) directory and follow its instructions. ## Getting Help If you have questions, you can reach out to our mailing list: dev@nifi.apache.org ([archive](http://mail-archives.apache.org/mod_mbox/nifi-dev)). We're also often available in IRC: #nifi on [irc.freenode.net](http://webchat.freenode.net/?channels=#nifi). ## License Except as otherwise noted this software is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.