NIFI-9404 Add NAR info, parent NAR info, and build info to extension-…#15
NIFI-9404 Add NAR info, parent NAR info, and build info to extension-…#15bbende wants to merge 2 commits intoapache:mainfrom
Conversation
| @@ -550,11 +551,44 @@ private void generateDocumentation() throws MojoExecutionException { | |||
| try { | |||
| xmlWriter.writeStartElement("extensionManifest"); | |||
|
|
|||
There was a problem hiding this comment.
Should there be some author Information in here?
There was a problem hiding this comment.
If the definition of "author" is the person that wrote the code, then no I don't think we have a way to really track this, but I did push an update that adds "builtBy" which is consistent with what we have in the MANIFEST.
|
This looks pretty straight forward, I have two questions though:
|
It was never setup for this repo since it is very low activity. I'd say it would be a follow on effort if we want to do that.
The registry currently always has the NAR so it can obtain all this info from the MANIFEST, but I want to be able to have the same info available when only having the XML file and not having the full NAR. |
|
+1 merged to main- thanks |
…manifest