ottlinger commented on code in PR #333: URL: https://github.com/apache/creadur-rat/pull/333#discussion_r1777010486
########## .buildtools/generateStagingSiteInWebpageRepo: ########## @@ -14,6 +14,6 @@ # limitations under the License. # # DEVHINT: RAT-302: Do not use modern JDK due to the javadoc problem; JDK8 and 16 are okay -./mvnw clean site:site site:stage +./mvnw clean package site site:stage -DskipTests Review Comment: AFAIK tests are needed to calculate the coverage metrics? Does not site:site trigger an explicit package/install? If the clean is run before, all stuff should be generated freshly. -- 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]
