- By default, shade replaces with original jar with the result of shading.
+ By default, shade replaces the original jar with the result of shading.
So, when a pom.xml includes two shades,
- the second shade execution will (by default) start from the result of the
+ the second shade execution by default starts from the result of the
first shade execution.
- If you're looking for two independent shades then read + If you're looking for two independent shades, then read in shade:shade about - ways choose a different name for your first shade. + ways to choose a different name for your first shade.