psiroky opened a new pull request, #233: URL: https://github.com/apache/maven-integration-testing/pull/233
* this should be the last _big_ PR. * these three calls are basically identical (at least with the current version of the Verifier): ```java (1) verifier.filterFile( "settings-template.xml", "settings.xml", "UTF-8", verifier.newDefaultFilterProperties() ); (2) verifier.filterFile( "settings-template.xml", "settings.xml", "UTF-8", verifier.newDefaultFilterMap() ); (3) verifier.filterFile( "settings-template.xml", "settings.xml", "UTF-8" ); // uses the default filter map under the hood ``` so I figured I would go with option (3) since that's the least verbose. -- 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