Add surefire report plugin

This commit is contained in:
Mateusz Pieła 2024-03-10 00:45:42 +01:00
parent 0f32ba8b15
commit cc51421f37

12
pom.xml
View file

@ -23,7 +23,17 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.5</version>
</plugin>
</plugins>
</reporting>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>