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-bsf.git
commit fe8fbb4917bb82eb2d7840533098a3774f152bfb Author: Gary Gregory <[email protected]> AuthorDate: Sun Jan 4 10:42:52 2026 -0500 Fail the GH CI build on Javadoc errors (but not warnings) --- .github/workflows/maven.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 487f545..e8d709b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,4 +49,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress + run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress -Ddoclint=none diff --git a/pom.xml b/pom.xml index b1f7c70..231807b 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ </scm> <build> <!-- japicmp:cmp detected breaks, TODO fixes for javadoc:javadoc and checkstyles, and ... --> - <defaultGoal>clean verify apache-rat:check</defaultGoal> + <defaultGoal>clean verify apache-rat:check javadoc:javadoc</defaultGoal> <plugins> <plugin> <!-- Temporary hack to allow compilation; remove when engine dependencies have been sorted -->
