michael-o commented on PR #41: URL: https://github.com/apache/maven-verifier/pull/41#issuecomment-1237777803
> Looks good to me. Fwiw, I have found 32 references to such pattern in `maven-integration-testing` by looking for `\.addCliOption\( "[\S]+ .*"`. A PR should be raised asap to align those, even before the switch to verifier 2.0. Maybe we could add a helper method to add several arguments: > > ``` > public void addCliOptions( String... options ) > { > ... > } > ``` This is a good idea with varargs... -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org