Pierre Villard created NIFI-15676:
-------------------------------------
Summary: Add support for custom entries in NAR Manifest
Key: NIFI-15676
URL: https://issues.apache.org/jira/browse/NIFI-15676
Project: Apache NiFi
Issue Type: New Feature
Components: Tools and Build
Reporter: Pierre Villard
Assignee: Pierre Villard
Adding support for adding custom entries in the NAR manifest when building a
NAR.
We currently have
{code:java}
Manifest-Version: 1.0
Created-By: Apache NiFi Nar Maven Plugin 2.4.0-SNAPSHOT
Java-Version: 21
Build-Jdk-Spec: 21
Nar-Id: nifi-aws-nar
Nar-Group: org.apache.nifi
Nar-Version: 2.9.0-SNAPSHOT
Nar-Dependency-Group: org.apache.nifi
Nar-Dependency-Id: nifi-aws-service-api-nar
Nar-Dependency-Version: 2.9.0-SNAPSHOT
Build-Tag: HEAD
Build-Timestamp: 2026-02-13T22:38:02Z
Clone-During-Instance-Class-Loading: false {code}
Custom entries could be used for the maintainers of NARs to share additional
information that can be useful to consumers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)