This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit 8d5bc8725969e74be836b1acf6907ae15865c9d5 Author: Gary Gregory <[email protected]> AuthorDate: Mon Nov 10 18:58:09 2025 -0500 Revert "Pickup Javadoc plugin from parent POM" This reverts commit 1db7018dacb53c5baf1b2c62d7a00f26d30115d5. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 62ed50ed4..0e897f176 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,11 @@ </site> </distributionManagement> <properties> + <!-- TEMP HACK START --> + <!-- Something is broken in 3.11.3, see Maven user mailing list. --> + <commons.javadoc.version>3.11.2</commons.javadoc.version> + <!-- TEMP HACK END --> + <heapSize>-Xmx512m</heapSize> <extraArgs/> <systemProperties/>
