ottlinger commented on code in PR #253:
URL: https://github.com/apache/creadur-rat/pull/253#discussion_r1605903309
##########
.github/workflows/maven.yml:
##########
@@ -59,15 +59,15 @@ jobs:
- name: Build with Maven
run: ./mvnw -e -B -V -ntp clean install
-
- - name: Build site
- run: ./mvnw -e -B -V -ntp site:site
- name: Generate javadoc
- run: ./mvnw -e -B -V -ntp javadoc:javadoc
+ run: ./mvnw -e -B -V -ntp javadoc:javadoc
Review Comment:
In the past we had javadoc build failures that strangely did not break the
site build and were only discovered in the release-preparation phase. Thus this
build step is a "security net" to make sure that javadoc can be properly
generated for the whole project!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]