After creating a jar with shade plugin, where I shaded a certain dependency, the reduced-dependencies.pom is generated and I would like to consume it in a different project.
I can't understand how this can be done, as ONLY the complete original pom gets to be installed (and later on deployed) to my .m2 repo. I have read and could not find my answer here, here (where OrangeDog asked it inside the comments and wasn't answered) and here.
How can I use the reduced-pom instead of the original pom in a different project ???