**Describe the bug** Described example in usersguide ``` @MavenJupiterExtension // (1) class FirstMavenIT { @MavenTest // (2) void the_first_test_case(MavenExecutionResult result) { // (3) assertThat(result).build().isSuccessful(); // (4) } } ``` Can not work. Related #197 **To Reproduce** #197