We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c27728 commit d2057a1Copy full SHA for d2057a1
1 file changed
pom.xml
@@ -53,11 +53,18 @@
53
<maven.compiler.target>1.8</maven.compiler.target>
54
<maven.compiler.source>1.8</maven.compiler.source>
55
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
56
+
57
<maven.version>3.5.2</maven.version>
58
<jaxb.version>2.3.1</jaxb.version>
59
<itf.version>0.11.0</itf.version>
60
61
<sonar.organization>utplsql</sonar.organization>
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>
68
</properties>
69
70
<dependencyManagement>
0 commit comments