Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/nifi-maven
Apache NiFi NAR Maven Plugin
https://github.com/apache/nifi-maven
hacktoberfest java maven nifi
Last synced: 22 days ago
JSON representation
Apache NiFi NAR Maven Plugin
- Host: GitHub
- URL: https://github.com/apache/nifi-maven
- Owner: apache
- License: apache-2.0
- Created: 2015-08-23T07:00:06.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T15:54:44.000Z (28 days ago)
- Last Synced: 2024-11-27T16:43:35.954Z (28 days ago)
- Topics: hacktoberfest, java, maven, nifi
- Language: Java
- Homepage: https://nifi.apache.org/
- Size: 205 KB
- Stars: 27
- Watchers: 17
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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: [email protected]
([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 athttp://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.