Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54bda0a

Browse files
committed
[MSHADE-405] - ShowOverlapping Uses http instead of https
1 parent c648ccf commit 54bda0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/shade/DefaultShader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private void showOverlappingWarning()
381381
logger.warn( "Usually this is not harmful and you can skip these warnings," );
382382
logger.warn( "otherwise try to manually exclude artifacts based on" );
383383
logger.warn( "mvn dependency:tree -Ddetail=true and the above output." );
384-
logger.warn( "See http://maven.apache.org/plugins/maven-shade-plugin/" );
384+
logger.warn( "See https://maven.apache.org/plugins/maven-shade-plugin/" );
385385
}
386386

387387
private void logSummaryOfDuplicates( MultiValuedMap<Collection<File>, String> overlapping )

0 commit comments

Comments
 (0)