File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 108
108
109
109
</configuration >
110
110
</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 >
111
132
</plugins >
112
133
</build >
113
134
</project >
You can’t perform that action at this time.
0 commit comments