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 46e52100deef207536a390b448f5cc19976d3ab5 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Mar 19 20:22:28 2024 +0100 More `pom.xml` fine tuning --- pom.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 4ec0a51e31..390ad9bcc0 100644 --- a/pom.xml +++ b/pom.xml @@ -325,9 +325,10 @@ ======================== --> <!-- `maven-javadoc-plugin` is only used to generate Javadoc HTML used in the website. We don't deploy any Javadoc JARs. - 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> + We also don't generate Javadoc HTML for all modules, but only for two modules: `log4j-api` and `log4j-core`. + Hence, we disable it by default: --> <maven.javadoc.skip>true</maven.javadoc.skip> + <doclint>all,-missing,-html</doclint> <!-- Skipping `maven-site-plugin` globally. --> <maven.site.skip>true</maven.site.skip> <maven.site.deploy.skip>true</maven.site.deploy.skip> @@ -840,6 +841,7 @@ Though `asciidoctor-maven-plugin` version `<3.0.0` doesn't work against `asciidoctorj` version `3.x`. Hence, override the `asciidoctor-maven-plugin` version to `3.x`. --> <version>3.0.0</version> + <inherited>false</inherited> <dependencies> <dependency> <groupId>io.spring.asciidoctor</groupId> @@ -900,16 +902,6 @@ <profiles> - <profile> - <id>java8-doclint-disabled</id> - <activation> - <jdk>[1.8,)</jdk> - </activation> - <properties> - <doclint>${doclint}</doclint> - </properties> - </profile> - <profile> <id>java8-tests</id> <activation>
