ctubbsii commented on code in PR #5890:
URL: https://github.com/apache/accumulo/pull/5890#discussion_r2360854222


##########
.github/workflows/maven.yaml:
##########
@@ -68,15 +68,15 @@ jobs:
           - {name: 'unit-tests',    javaver: 17, args: 'verify -PskipQA 
-DskipTests=false'}
           - {name: 'qa-checks',     javaver: 17, args: 'verify javadoc:jar 
-Psec-bugs -DskipTests -Dspotbugs.timeout=3600000'}
           - {name: 'compat',        javaver: 17, args: 'package -DskipTests 
-Dversion.hadoop=3.0.3 -Dversion.zookeeper=3.5.10'}
-          - {name: 'errorprone',    javaver: 17, args: 'verify 
-Perrorprone,skipQA'}
+          - {name: 'errorprone',    javaver: 17, args: 'verify -Derrorprone 
-PskipQA'}

Review Comment:
   I added the ability to specify it as either. I needed to activate it as a 
property, so I could control two profiles at the same time. Alternatively, I 
could have done: `-Perrorprone,!generate-log4j-plugin-data` to activate one and 
de-activate the other at the same time.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to