Skip to content

Commit 031ec4a

Browse files
committed
Fixing the build
1 parent fbcf24c commit 031ec4a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,7 @@ public class ShadeMojo
289289
/**
290290
* Do we put the dependency reduced pom in the jar instead of the jar file provided by the project.
291291
*
292-
<<<<<<< Updated upstream
293-
* @since 3.2.2
294-
=======
295292
* @since 3.2.5
296-
>>>>>>> Stashed changes
297293
*/
298294
@Parameter( defaultValue = "false" )
299295
private boolean useDependencyReducedPomInJar;
@@ -619,11 +615,6 @@ else if ( !renamed )
619615
}
620616
}
621617
}
622-
623-
if ( createDependencyReducedPom )
624-
{
625-
createDependencyReducedPom( artifactIds );
626-
}
627618
}
628619
}
629620
catch ( Exception e )

0 commit comments

Comments
 (0)