File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88
88
</resource >
89
89
</resources >
90
90
<plugins >
91
- <plugin >
92
- <groupId >org.jacoco</groupId >
93
- <artifactId >jacoco-maven-plugin</artifactId >
94
- </plugin >
95
91
<plugin >
96
92
<groupId >org.apache.maven.plugins</groupId >
97
93
<artifactId >maven-jar-plugin</artifactId >
167
163
<groupId >org.codehaus.mojo</groupId >
168
164
<artifactId >flatten-maven-plugin</artifactId >
169
165
</plugin >
166
+ <plugin >
167
+ <groupId >org.jacoco</groupId >
168
+ <artifactId >jacoco-maven-plugin</artifactId >
169
+ </plugin >
170
170
</plugins >
171
171
</build >
172
172
</project >
Original file line number Diff line number Diff line change 189
189
</execution >
190
190
<execution >
191
191
<id >report</id >
192
- <phase >post-integration- test</phase >
192
+ <phase >test</phase >
193
193
<goals >
194
194
<goal >report</goal >
195
195
</goals >
You can’t perform that action at this time.
0 commit comments