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 <[email protected]> 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 © {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>
