File tree Expand file tree Collapse file tree 1 file changed +19
-20
lines changed Expand file tree Collapse file tree 1 file changed +19
-20
lines changed Original file line number Diff line number Diff line change 1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <maven .compiler.source>11</maven .compiler.source>
1818 <maven .compiler.target>11</maven .compiler.target>
19- <sonar .sources>.</sonar .sources>
20- <sonar .inclusions>src/main/java/**,src/main/resources/**</sonar .inclusions>
2119 <sonar .projectKey>DevLab-umontp_API-JAVA-EDT</sonar .projectKey>
2220 <sonar .organization>devlab-umontp</sonar .organization>
2321 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
2422 </properties >
2523
26- <profiles >
27- <profile >
28- <id >github-deploy</id >
29- <repositories >
30- <repository >
31- <id >github</id >
32- <url >http://jarsm2.dyndns.dk</url >
33- </repository >
34- </repositories >
35- </profile >
36- </profiles >
37-
3824 <dependencyManagement >
3925 <dependencies >
4026 <dependency >
10288 <groupId >org.apache.maven.plugins</groupId >
10389 <artifactId >maven-surefire-plugin</artifactId >
10490 <version >3.0.0-M5</version >
105- <configuration >
106- <includes >
107- <source >.</source >
108- <include >src/main/java/**</include >
109- </includes >
110- </configuration >
11191 </plugin >
11292 <plugin >
11393 <groupId >org.apache.maven.plugins</groupId >
174154 </execution >
175155 </executions >
176156 </plugin >
157+ <plugin >
158+ <groupId >org.jacoco</groupId >
159+ <artifactId >jacoco-maven-plugin</artifactId >
160+ <version >0.8.6</version >
161+ <executions >
162+ <execution >
163+ <goals >
164+ <goal >prepare-agent</goal >
165+ </goals >
166+ </execution >
167+ <execution >
168+ <id >report</id >
169+ <phase >test</phase >
170+ <goals >
171+ <goal >report</goal >
172+ </goals >
173+ </execution >
174+ </executions >
175+ </plugin >
177176 </plugins >
178177 </pluginManagement >
179178 </build >
You can’t perform that action at this time.
0 commit comments