Skip to content

Commit

Permalink
Update overlapping resources warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 30, 2022
1 parent 0dfd50c commit e82ebc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ private void goThroughAllJarEntriesForManifestTransformer( ShadeRequest shadeReq

private void showOverlappingWarning()
{
logger.warn( "maven-shade-plugin has detected that some class files are" );
logger.warn( "maven-shade-plugin has detected that some files are" );
logger.warn( "present in two or more JARs. When this happens, only one" );
logger.warn( "single version of the class is copied to the uber jar." );
logger.warn( "single version of the file is copied to the uber jar." );
logger.warn( "Usually this is not harmful and you can skip these warnings," );
logger.warn( "otherwise try to manually exclude artifacts based on" );
logger.warn( "mvn dependency:tree -Ddetail=true and the above output." );
Expand Down

0 comments on commit e82ebc7

Please sign in to comment.