We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcf24c commit 031ec4aCopy full SHA for 031ec4a
src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
@@ -289,11 +289,7 @@ public class ShadeMojo
289
/**
290
* Do we put the dependency reduced pom in the jar instead of the jar file provided by the project.
291
*
292
-<<<<<<< Updated upstream
293
- * @since 3.2.2
294
-=======
295
* @since 3.2.5
296
->>>>>>> Stashed changes
297
*/
298
@Parameter( defaultValue = "false" )
299
private boolean useDependencyReducedPomInJar;
@@ -619,11 +615,6 @@ else if ( !renamed )
619
615
}
620
616
621
617
622
-
623
- if ( createDependencyReducedPom )
624
- {
625
- createDependencyReducedPom( artifactIds );
626
- }
627
618
628
629
catch ( Exception e )
0 commit comments