File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 53
53
<maven .compiler.target>1.8</maven .compiler.target>
54
54
<maven .compiler.source>1.8</maven .compiler.source>
55
55
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56
+
56
57
<maven .version>3.5.2</maven .version>
57
58
<jaxb .version>2.3.1</jaxb .version>
58
59
<itf .version>0.11.0</itf .version>
60
+
59
61
<sonar .organization>utplsql</sonar .organization>
60
62
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
63
+
64
+ <sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
65
+ <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
66
+ <sonar .jacoco.reportPath>${project.basedir} /../target/jacoco.exec</sonar .jacoco.reportPath>
67
+ <sonar .language>java</sonar .language>
61
68
</properties >
62
69
63
70
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments