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


The following commit(s) were added to refs/heads/master by this push:
     new eda7815b1 Don't run javadoc:javadoc on Java 8 due to Java's 
incompatible expectation of package-list vs element-list on remote links
eda7815b1 is described below

commit eda7815b1fbf46fa086ee1191e9e8c71f03ced47
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 15 15:45:53 2025 -0500

    Don't run javadoc:javadoc on Java 8 due to Java's incompatible
    expectation of package-list vs element-list on remote links
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7476f0cc0..785358397 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,7 +479,7 @@
       </activation>
       <build>
         <!-- Don't run javadoc:javadoc on Java 8 due to Java's incompatible 
expectation of package-list vs element-list on remote links. -->
-        <defaultGoal>clean test apache-rat:check checkstyle:check japicmp:cmp 
spotbugs:check pmd:check</defaultGoal>
+        <defaultGoal>clean verify apache-rat:check checkstyle:check 
japicmp:cmp spotbugs:check pmd:check</defaultGoal>
       </build>
     </profile>
     <profile>

Reply via email to