Thanks to visit codestin.com Credit goes to github.com
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 c648ccf commit 54bda0aCopy full SHA for 54bda0a
src/main/java/org/apache/maven/plugins/shade/DefaultShader.java
@@ -381,7 +381,7 @@ private void showOverlappingWarning()
381
logger.warn( "Usually this is not harmful and you can skip these warnings," );
382
logger.warn( "otherwise try to manually exclude artifacts based on" );
383
logger.warn( "mvn dependency:tree -Ddetail=true and the above output." );
384
- logger.warn( "See http://maven.apache.org/plugins/maven-shade-plugin/" );
+ logger.warn( "See https://maven.apache.org/plugins/maven-shade-plugin/" );
385
}
386
387
private void logSummaryOfDuplicates( MultiValuedMap<Collection<File>, String> overlapping )
0 commit comments