bbende commented on issue #3463: NIFI-6262 - Upgrade to nifi-nar-maven-plugin 
1.3.0
URL: https://github.com/apache/nifi/pull/3463#issuecomment-489689291
 
 
   Was doing some more testing after putting this up and there may be an issue, 
running a full build with an empty M2 repo produced the following error:
   
   `[ERROR] Failed to execute goal 
org.apache.nifi:nifi-nar-maven-plugin:1.3.0:nar (default-nar) on project 
nifi-framework-nar: Failed to create Extension Documentation: Could not resolve 
local dependency org.apache.httpcomponents:httpcore:jar:4.4.6:compile -> [Help 
1]`
   
   What is interesting is that the framework NAR ends up with httpcore 4.4.9, 
not 4.4.6, but 4.4.6 is a transitive dependency and I guess since 4.4.9 is 
available, Maven ends up choosing that, but for some reason the doc generation 
part still comes across 4.4.6 which hasn't been downloaded.
   
   Will keep investigating.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to