File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 133133 <encoding >UTF-8</encoding >
134134 <project .build.sourceEncoding>${encoding} </project .build.sourceEncoding>
135135 <project .reporting.outputEncoding>${encoding} </project .reporting.outputEncoding>
136-
137- <sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
138- <sonar .jacoco.reportPath>${project.basedir} /../target/jacoco.exec</sonar .jacoco.reportPath>
139136 </properties >
140137
141138 <dependencyManagement >
466463 </execution >
467464 <execution >
468465 <id >report</id >
469- <phase >test</phase >
470466 <goals >
471467 <goal >report</goal >
472468 </goals >
469+ <configuration >
470+ <formats >
471+ <format >XML</format >
472+ </formats >
473+ </configuration >
473474 </execution >
474475 </executions >
475476 </plugin >
Original file line number Diff line number Diff line change 11sonar.host.url =https://sonarcloud.io
22sonar.organization =green-code-initiative
33sonar.projectKey =green-code-initiative_creedengo-rules-specifications
4+ sonar.sources =.
You can’t perform that action at this time.
0 commit comments