elharo commented on code in PR #69: URL: https://github.com/apache/maven-remote-resources-plugin/pull/69#discussion_r1890853282
########## src/test/java/org/apache/maven/plugin/resources/remote/RemoteResourcesMojoTest.java: ########## @@ -322,6 +326,15 @@ protected void buildResourceBundle(String id, String sourceEncoding, String[] re } } + private static void assertContainsAllInOrder(Iterable<String> items, String data) { Review Comment: Can you use Hamcrest's containsExactly for this? -- 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