Skip to content

Commit b18d338

Browse files
committed
Test report merge
1 parent 4505577 commit b18d338

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,27 @@
108108

109109
</configuration>
110110
</plugin>
111+
<plugin>
112+
<groupId>org.apache.maven.plugins</groupId>
113+
<artifactId>maven-surefire-report-plugin</artifactId>
114+
<version>3.0.0-M9</version>
115+
<executions>
116+
<execution>
117+
<id>generate-consolidated-report</id>
118+
<phase>verify</phase>
119+
<goals>
120+
<goal>report-only</goal>
121+
</goals>
122+
</execution>
123+
</executions>
124+
<configuration>
125+
<!-- <outputDirectory>${project.build.directory}/consolidated-reports</outputDirectory>-->
126+
<outputDirectory>${project.build.directory}/surefire-reports/consolidated-reports</outputDirectory>
127+
<linkXRef>false</linkXRef>
128+
<!-- Générer des rapports XML uniquement -->
129+
<reportFormat>xml</reportFormat>
130+
</configuration>
131+
</plugin>
111132
</plugins>
112133
</build>
113134
</project>

0 commit comments

Comments
 (0)