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-jelly.git

commit 510c4a1f285b15eb1b80e05d3bf9016536af5930
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 4 10:38:23 2025 -0400

    Don't fail on Javadoc errors and warnings
    
    - TODO Fix all Javadocs
    - Java 21, 24, and 25-ea builds on GH CI
---
 .github/workflows/maven.yml | 13 +++++++++----
 pom.xml                     |  1 +
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e83354bf..333f27fd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,9 +40,14 @@ jobs:
           - java: 17
             os: ubuntu-latest
             experimental: true
-#        include:
-#          - java: 22-ea
-#            experimental: true        
+          - java: 21
+            os: ubuntu-latest
+            experimental: true
+          - java: 24
+            os: ubuntu-latest
+            experimental: true
+          - java: 25-ea
+            experimental: true        
 
     runs-on: ${{ matrix.os }}
     steps:
@@ -61,4 +66,4 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn --errors --show-version --batch-mode --no-transfer-progress 
-Ddoclint=none -Darguments=-Xdoclint:none
+      run: mvn --errors --show-version --batch-mode --no-transfer-progress 
-Ddoclint=none -Darguments=-Xdoclint:none -Dcommons.javadoc.failOnWarnings=false
diff --git a/pom.xml b/pom.xml
index f166be58..bd7a5954 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@
     <commons.jira.id>JELLY</commons.jira.id>
     <commons.jira.pid>10012</commons.jira.pid>
     <moditect.skip>true</moditect.skip>
+    
     <commons.site.path>jelly</commons.site.path>
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jelly</commons.scmPubUrl>
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>

Reply via email to