File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 46
46
<slf4j .version>1.7.25</slf4j .version>
47
47
<junit .version>4.12</junit .version>
48
48
<project .key>icode</project .key>
49
- <sonar .sources>src/main/java,src/main/js </sonar .sources>
49
+ <sonar .sources>src/main/java</sonar .sources>
50
50
</properties >
51
51
52
52
<dependencies >
85
85
86
86
<build >
87
87
<plugins >
88
+ <plugin >
89
+ <groupId >org.jacoco</groupId >
90
+ <artifactId >jacoco-maven-plugin</artifactId >
91
+ <version >0.7.6.201602180812</version >
92
+ <executions >
93
+ <execution >
94
+ <id >prepare-agent</id >
95
+ <goals >
96
+ <goal >prepare-agent</goal >
97
+ </goals >
98
+ </execution >
99
+ </executions >
100
+ </plugin >
88
101
<plugin >
89
102
<groupId >org.sonarsource.sonar-packaging-maven-plugin</groupId >
90
103
<artifactId >sonar-packaging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments