We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8de0f commit 91d5046Copy full SHA for 91d5046
1 file changed
binders/rabbit-binder/pom.xml
@@ -47,6 +47,14 @@
47
<quiet>true</quiet>
48
</configuration>
49
</plugin>
50
+ <plugin>
51
+ <groupId>org.apache.maven.plugins</groupId>
52
+ <artifactId>maven-surefire-plugin</artifactId>
53
+ <version>3.0.0-M7</version><!-- @releaser:version-check-off -->
54
+ <configuration>
55
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
56
+ </configuration>
57
+ </plugin>
58
</plugins>
59
</pluginManagement>
60
<plugins>
0 commit comments