You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/08/27 09:32:19 UTC

[maven-javadoc-plugin] branch MJAVADOC-618 updated: log mapped sourcefiles

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MJAVADOC-618
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/MJAVADOC-618 by this push:
     new 1dbe892  log mapped sourcefiles
1dbe892 is described below

commit 1dbe8922f4e9ad03efd222a404e7337179839ad0
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Aug 27 11:32:07 2021 +0200

    log mapped sourcefiles
---
 src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
index 9bde4e8..aa63e60 100644
--- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
+++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -2261,6 +2261,7 @@ public abstract class AbstractJavadocMojo
             // ----------------------------------------------------------------------
             // Write argfile file and include it in the command line
             // ----------------------------------------------------------------------
+            getLog().debug( "argfile files: " + files );
 
             List<String> allFiles = new ArrayList<>();
             for ( Map.Entry<Path, Collection<String>> filesEntry : files.entrySet() )