File tree Expand file tree Collapse file tree 1 file changed +34
-34
lines changed Expand file tree Collapse file tree 1 file changed +34
-34
lines changed Original file line number Diff line number Diff line change 24
24
</dependencies >
25
25
26
26
<build >
27
- <plugins >
28
- <plugin >
29
- <groupId >org.apache.maven.plugins</groupId >
30
- <artifactId >maven-surefire-plugin</artifactId >
31
- <version >2.19.1</version >
32
- </plugin >
33
- <plugin >
34
- <groupId >org.eluder.coveralls</groupId >
35
- <artifactId >coveralls-maven-plugin</artifactId >
36
- <version >4.3.0</version >
37
- <configuration >
38
- <sourceEncoding >UTF8</sourceEncoding >
39
- </configuration >
40
- </plugin >
41
- <plugin >
42
- <groupId >org.jacoco</groupId >
43
- <artifactId >jacoco-maven-plugin</artifactId >
44
- <version >0.7.7.201606060606</version >
45
- <executions >
46
- <execution >
47
- <goals >
48
- <goal >prepare-agent</goal >
49
- </goals >
50
- </execution >
51
- <execution >
52
- <id >report</id >
53
- <phase >test</phase >
54
- <goals >
55
- <goal >report</goal >
56
- </goals >
57
- </execution >
58
- </executions >
59
- </plugin >
60
- </plugins >
27
+ <plugins >
28
+ <plugin >
29
+ <groupId >org.apache.maven.plugins</groupId >
30
+ <artifactId >maven-surefire-plugin</artifactId >
31
+ <version >2.19.1</version >
32
+ </plugin >
33
+ <plugin >
34
+ <groupId >org.eluder.coveralls</groupId >
35
+ <artifactId >coveralls-maven-plugin</artifactId >
36
+ <version >4.3.0</version >
37
+ <configuration >
38
+ <sourceEncoding >UTF8</sourceEncoding >
39
+ </configuration >
40
+ </plugin >
41
+ <plugin >
42
+ <groupId >org.jacoco</groupId >
43
+ <artifactId >jacoco-maven-plugin</artifactId >
44
+ <version >0.7.7.201606060606</version >
45
+ <executions >
46
+ <execution >
47
+ <goals >
48
+ <goal >prepare-agent</goal >
49
+ </goals >
50
+ </execution >
51
+ <execution >
52
+ <id >report</id >
53
+ <phase >test</phase >
54
+ <goals >
55
+ <goal >report</goal >
56
+ </goals >
57
+ </execution >
58
+ </executions >
59
+ </plugin >
60
+ </plugins >
61
61
</build >
62
62
</project >
You can’t perform that action at this time.
0 commit comments