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 113e1fe commit 1334808Copy full SHA for 1334808
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -3976,7 +3976,7 @@ private void copyAdditionalJavadocResources(File anOutputDirectory) throws Maven
3976
selectors[0].setExcludes(new String[] {"META-INF/**"});
3977
unArchiver.setFileSelectors(selectors);
3978
3979
- getLog().info("Extracting contents of resources artifact: " + artifact.getArtifactId());
+ getLog().debug("Extracting contents of resources artifact: " + artifact.getArtifactId());
3980
try {
3981
unArchiver.extract();
3982
} catch (ArchiverException e) {
0 commit comments