File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >br.com.grupo63.techchallenge</groupId >
69
70
<version >2.1.0</version >
70
71
</dependency >
71
72
</dependencies >
72
- </project >
73
+ <profiles >
74
+ <profile >
75
+ <id >coverage</id >
76
+ <build >
77
+ <plugins >
78
+ <plugin >
79
+ <groupId >org.jacoco</groupId >
80
+ <artifactId >jacoco-maven-plugin</artifactId >
81
+ <version >0.8.11</version >
82
+ <executions >
83
+ <execution >
84
+ <id >prepare-agent</id >
85
+ <goals >
86
+ <goal >prepare-agent</goal >
87
+ </goals >
88
+ </execution >
89
+ <execution >
90
+ <id >report</id >
91
+ <goals >
92
+ <goal >report</goal >
93
+ </goals >
94
+ <configuration >
95
+ <formats >
96
+ <format >XML</format >
97
+ </formats >
98
+ </configuration >
99
+ </execution >
100
+ </executions >
101
+ </plugin >
102
+ </plugins >
103
+ </build >
104
+ </profile >
105
+ </profiles >
106
+ </project >
You can’t perform that action at this time.
0 commit comments