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 1db7018dacb53c5baf1b2c62d7a00f26d30115d5 Author: Gary Gregory <[email protected]> AuthorDate: Mon Nov 10 23:37:25 2025 +0000 Pickup Javadoc plugin from parent POM - Tested locally on macOS with Java 8, 11, 17, 21, 25 - mvn clean javadoc:javadoc --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0e897f176..62ed50ed4 100644 --- a/pom.xml +++ b/pom.xml @@ -108,11 +108,6 @@ </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/>
