ottlinger commented on code in PR #333:
URL: https://github.com/apache/creadur-rat/pull/333#discussion_r1777014944
##########
.github/workflows/maven.yml:
##########
@@ -68,4 +68,4 @@ jobs:
run: ./mvnw -e -B -V -ntp javadoc:javadoc
- name: Build site
- run: ./mvnw -e -B -V -ntp site
+ run: ./mvnw -e -B -V -ntp site site:stage
Review Comment:
After having read
https://maven.apache.org/plugins/maven-site-plugin/usage.html I wonder if "mvn
site:stage" is what we want instead of the rest .....
so a "mvn clean site:stage" should be sufficient?!
--
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]