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 8888 </resource >
8989 </resources >
9090 <plugins >
91- <plugin >
92- <groupId >org.jacoco</groupId >
93- <artifactId >jacoco-maven-plugin</artifactId >
94- </plugin >
9591 <plugin >
9692 <groupId >org.apache.maven.plugins</groupId >
9793 <artifactId >maven-jar-plugin</artifactId >
167163 <groupId >org.codehaus.mojo</groupId >
168164 <artifactId >flatten-maven-plugin</artifactId >
169165 </plugin >
166+ <plugin >
167+ <groupId >org.jacoco</groupId >
168+ <artifactId >jacoco-maven-plugin</artifactId >
169+ </plugin >
170170 </plugins >
171171 </build >
172172</project >
Original file line number Diff line number Diff line change 189189 </execution >
190190 <execution >
191191 <id >report</id >
192- <phase >post-integration- test</phase >
192+ <phase >test</phase >
193193 <goals >
194194 <goal >report</goal >
195195 </goals >
You can’t perform that action at this time.
0 commit comments