Skip to content

Commit 82c1c44

Browse files
committed
Reduce non-debug logging
1 parent 37e8474 commit 82c1c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ private File generateArchive(File javadocFiles, String jarFileName) throws Archi
270270
}
271271

272272
if (useDefaultManifestFile && defaultManifestFile.exists() && archive.getManifestFile() == null) {
273-
getLog().info("Adding existing MANIFEST to archive. Found under: " + defaultManifestFile.getPath());
273+
getLog().debug("Adding existing MANIFEST to archive. Found under: " + defaultManifestFile.getPath());
274274
archive.setManifestFile(defaultManifestFile);
275275
}
276276

0 commit comments

Comments
 (0)