slachiewicz commented on PR #179: URL: https://github.com/apache/maven-resolver-ant-tasks/pull/179#issuecomment-5379713778
@perNyfelt thanks for testing both, and both are addressed in d87a87a. 1. `<junitlauncher>` now sets `failureProperty` instead of `haltOnFailure`, prints every report that contains a failure with `<concat>`, and then fails the build. Re-ran your injected-failure scenario: the assertion message and stack trace reach the console, and only the failing class's report is printed. 2. `DeployTest` now asserts the directory listing is non-null before streaming it, so the missing-artifact case fails with a message again. `ResolveTest` got the same guards for its two `list()` calls, which also closes the remaining Copilot comments. *This comment was created with AI assistance.* -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
