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/10/08 17:54:29 UTC

[maven-javadoc-plugin] branch stabilize updated: Add verbose logging to flaky unittest

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

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


The following commit(s) were added to refs/heads/stabilize by this push:
     new 85cce39  Add verbose logging to flaky unittest
85cce39 is described below

commit 85cce39482fa8361e6b47693200fa5645bc2c358
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Oct 8 19:53:51 2021 +0200

    Add verbose logging to flaky unittest
---
 src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml b/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml
index c9d3988..7ae9e37 100644
--- a/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml
+++ b/src/test/resources/unit/taglet-test/taglet-test-plugin-config.xml
@@ -47,7 +47,7 @@ under the License.
           <old>false</old>
           <show>protected</show>
           <quiet>true</quiet>
-          <verbose>false</verbose>
+          <verbose>true</verbose>
           <author>true</author>
           <encoding>ISO-8859-1</encoding>
           <docfilessubdirs>false</docfilessubdirs>