altaiezior commented on PR #129:
URL: 
https://github.com/apache/maven-shade-plugin/pull/129#issuecomment-4025226604

   I re-checked it with maven 4, actually the dependency reduced pom is being 
considered as the build pom and not the consumer pom so the final pom being 
installed is not dependency reduced and hence it is not working with it.
   
   I was going through the discussion here 
https://github.com/apache/maven/pull/1437 which helps me understand why 
changing the model is important.
   
   In short, the consumer poms are generated from the model and not the file. 
So if we are changing and creating a new pom file by any plugin, then one needs 
to also change the model or else the consumer pom will not be updated.


-- 
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