File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 204204 </dependency >
205205 </dependencies >
206206 </dependencyManagement >
207-
208- <plugin >
209- <groupId >org.jacoco</groupId >
210- <artifactId >jacoco-maven-plugin</artifactId >
211- <version >0.8.8</version >
212- <executions >
213- <execution >
214- <goals >
215- <goal >prepare-agent</goal >
216- </goals >
217- </execution >
218- <execution >
219- <id >jacoco-report</id >
220- <phase >test</phase >
221- <goals >
222- <goal >report</goal >
223- </goals >
224- <!-- default target target/jscoco/site/* -->
225- <configuration >
226- <outputDirectory > target/jacoco-report</outputDirectory >
227- <DataFile >${project.build.directory} /coverage-reports/jacoco.exec</DataFile >
228- <rules >
229- <rule >
230- <element >CLASS</element >
231- <excludes >
232- <exclude >com.asimio.demo.Application</exclude >
233- </excludes >
234- </rule >
235- </rules >
236- </configuration >
237- </execution >
238- </executions >
239- </plugin >
207+
240208
241209 <scm >
242210 <connection >scm:git:git@github.com:jleetutorial/maven-project.git</connection >
You can’t perform that action at this time.
0 commit comments