Skip to content

Commit 4dd037d

Browse files
Update pom.xml
1 parent ffeed01 commit 4dd037d

1 file changed

Lines changed: 1 addition & 33 deletions

File tree

pom.xml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -204,39 +204,7 @@
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>

0 commit comments

Comments
 (0)