This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x-docgen in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit c9e1f61a448b5d13f1b5f85c5d06026b8f23e7e6 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Mar 19 20:00:15 2024 +0100 Correct `pom.xml` docs --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 974486a2e5..4ec0a51e31 100644 --- a/pom.xml +++ b/pom.xml @@ -328,8 +328,7 @@ We also don't generate Javadoc HTML for all modules, but only for two modules: `log4j-api` and `log4j-core`. --> <doclint>all,-missing,-html</doclint> <maven.javadoc.skip>true</maven.javadoc.skip> - <!-- Skipping `maven-site-plugin` globally. - It is manually enabled only for this root module below. --> + <!-- Skipping `maven-site-plugin` globally. --> <maven.site.skip>true</maven.site.skip> <maven.site.deploy.skip>true</maven.site.deploy.skip>
