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 5353 <maven .compiler.target>1.8</maven .compiler.target>
5454 <maven .compiler.source>1.8</maven .compiler.source>
5555 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56+
5657 <maven .version>3.5.2</maven .version>
5758 <jaxb .version>2.3.1</jaxb .version>
5859 <itf .version>0.11.0</itf .version>
60+
5961 <sonar .organization>utplsql</sonar .organization>
6062 <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>
6168 </properties >
6269
6370 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments