bmarwell commented on a change in pull request #297:
URL: https://github.com/apache/shiro/pull/297#discussion_r626700793
##########
File path: Jenkinsfile-jdk11
##########
@@ -72,14 +72,15 @@ pipeline {
stage('Build') {
steps {
echo 'Building'
- sh 'mvn -U -B -e clean install -DskipTests apache-rat:check'
+ sh 'mvn -U -B -e apache-rat:check'
Review comment:
Sigh. That's why maven has a per-workspace repo. That shouldn't be
needed and became a little better through the matrix build on main.
Or just do the rat check on jdk11 only.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]