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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit f6aa0edffc7903abed51735b38695e1249ee27d0
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Tue Dec 12 21:39:03 2023 +0100

    RAT-326: Add explicit goal on GHA to break the build in case of javadoc 
errors
---
 .github/workflows/maven.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3c66d5b4..b221a34b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -61,7 +61,10 @@ jobs:
         run: mvn -e -B -V -ntp clean install
         
       - name: Build site
-        run: mvn -e -B -V -ntp site
+        run: mvn -e -B -V -ntp site:site
+
+      - name: Generate javadoc
+        run: mvn -e -B -V -ntp javadoc:javadoc 
 
 # as of 20220505:  Invalid workflow file
 # The workflow is not valid. .github/workflows/maven.yml (Line: 55, Col: 1): 
Unexpected value 'notifications'

Reply via email to