This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 29dac47a Run default goal (and disable Javdoc doclint)
29dac47a is described below

commit 29dac47a18d5ad7239ca11314b81ec44a1ecf580
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 8 07:39:04 2026 -0400

    Run default goal (and disable Javdoc doclint)
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3868bbe6..30b4de96 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -57,4 +57,4 @@ jobs:
     - name: Check tests can be re-run
       # No need to test on all OS/Java combinations
       if: ${{ matrix.java == '17' }}
-      run: mvn test
+      run: mvn -Ddoclint=none --errors --show-version --batch-mode 
--no-transfer-progress -DtrimStackTrace=false

Reply via email to