Build Fat Jar In Maven Multi-Module Project
I have used shade plugin same as you to create an uber jar. Maybe you call it a fat jar or shaded jar. Recently I wanted to build a fat jar in a Maven multi-module project. The exciting part was, it supposed to alter the final assembly based on different profiles. I’ll showcase the requirement …