Skip to content

Commit 1334808

Browse files
committed
another info message
1 parent 113e1fe commit 1334808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3976,7 +3976,7 @@ private void copyAdditionalJavadocResources(File anOutputDirectory) throws Maven
39763976
selectors[0].setExcludes(new String[] {"META-INF/**"});
39773977
unArchiver.setFileSelectors(selectors);
39783978

3979-
getLog().info("Extracting contents of resources artifact: " + artifact.getArtifactId());
3979+
getLog().debug("Extracting contents of resources artifact: " + artifact.getArtifactId());
39803980
try {
39813981
unArchiver.extract();
39823982
} catch (ArchiverException e) {

0 commit comments

Comments
 (0)