Maven Plugin Testing - In a Modern way - Part II

1 · Karl Heinz Marbaise · Aug. 21, 2020, 9:35 p.m.
In the first part of the series – Maven Plugin Testing – In a Modern way – Part I we have seen how to make the basic setup with The Integration Testing Framework and run very basic integration test. In this second part we will take a deeper look into other aspects of testing Maven plugins in particular how we check the logging output of a Maven build process. Let us begin with writing more than a single integration test case. You can of course write multiple test cases within a single test class...