File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <properties >
1010 <maven .compiler.source>1.6</maven .compiler.source>
1111 <maven .compiler.target>1.6</maven .compiler.target>
12- <sonar .coverage.jacoco.xmlReportPaths>${basedir} /target/site/jacoco/jacoco.xml<sonar .coverage.jacoco.xmlReportPaths>
12+ <sonar .coverage.jacoco.xmlReportPaths>${basedir} /target/site/jacoco/jacoco.xml</ sonar .coverage.jacoco.xmlReportPaths>
1313 </properties >
1414 <dependencies >
1515 <dependency >
6161 <version >1.3.0</version >
6262 </plugin >
6363 <plugin >
64- <groupId >org.jacoco<groupId >
64+ <groupId >org.jacoco</ groupId >
6565 <artifactId >jacoco-maven-plugin</artifactId >
6666 <version >0.8.8</version >
6767 <configuration >
6868 <destfile >${basedir} /target/jacoco.exec</destfile >
6969 <datafile >${basedir} /target/jacoco.exec</datafile >
7070 <output >file</output >
71- <append >true<append >
71+ <append >true</ append >
7272 </configuration >
7373 <executions >
7474 <execution >
You can’t perform that action at this time.
0 commit comments