pvillard31 opened a new pull request, #41:
URL: https://github.com/apache/nifi-maven/pull/41

   With this change, we can confirm that the generated XML file will contain 
the SHA. Example here with GCP NAR:
   
   ````
   $ xmllint --format nifi-gcp-nar/target/META-INF/docs/extension-manifest.xml
   
   ...
             <dynamic>false</dynamic>
           </property>
         </properties>
       </extension>
     </extensions>
     
<sha512>d0657970af37192d642978b5468aa47004133143e371008220dfb448534d34c6a3bfd343169d39f36046f6f7cfe6d24407d9ffcc14e6e5c889729692275478ef</sha512>
   </extensionManifest>
   
   $ shasum -a 512 ./nifi-gcp-nar/target/nifi-gcp-nar-2.1.0-SNAPSHOT.nar
   
   
d0657970af37192d642978b5468aa47004133143e371008220dfb448534d34c6a3bfd343169d39f36046f6f7cfe6d24407d9ffcc14e6e5c889729692275478ef
  ./nifi-gcp-nar/target/nifi-gcp-nar-2.1.0-SNAPSHOT.nar
   ````


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to