You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2021/12/29 01:24:38 UTC

[logging-log4j2] 01/02: Disable javadoc linting

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

mattsicker pushed a commit to branch log4j-2.3.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit bd2c3aa9b02dd452aac13ad860f63ab3b4eb180f
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Tue Dec 28 19:17:13 2021 -0600

    Disable javadoc linting
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index d36ab79..ecca91c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -734,6 +734,7 @@
             <bottom><![CDATA[<p align="center">Copyright &#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br />
             Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo,
             and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>]]></bottom>
+            <doclint>none</doclint>
           </configuration>
         </plugin>
         <plugin>