|
39 | 39 | <java.version>11</java.version> |
40 | 40 | <maven.compiler.source>${java.version}</maven.compiler.source> |
41 | 41 | <maven.compiler.target>${java.version}</maven.compiler.target> |
| 42 | + <!-- to prevent message: system modules path not set in conjunction with -source 11 --> |
| 43 | + <maven.compiler.release>${java.version}</maven.compiler.release> |
42 | 44 |
|
43 | 45 | <encoding>UTF-8</encoding> |
44 | 46 | <project.build.sourceEncoding>${encoding}</project.build.sourceEncoding> |
|
47 | 49 | <sonar.organization>green-code-initiative</sonar.organization> |
48 | 50 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
49 | 51 |
|
| 52 | + <!-- Version of SonarQube for integration tests --> |
50 | 53 | <sonarqube.version>9.4.0.54424</sonarqube.version> |
| 54 | +<!-- <sonarqube.version>9.9.7.96285</sonarqube.version>--> |
| 55 | + <!-- Version of the SonarQube APIs used by `creedengo-java-plugin` --> |
| 56 | + <sonar.plugin.api.version>9.8.0.203</sonar.plugin.api.version> |
| 57 | + |
51 | 58 | <sonar-analyzer-commons.version>2.16.0.3141</sonar-analyzer-commons.version> |
52 | 59 |
|
53 | 60 | <sonarpython.version>4.6.0.12071</sonarpython.version> |
|
56 | 63 | <!-- version with compatibility problem : classes not found --> |
57 | 64 | <!-- <sonarpython.version>4.22.0.16914</sonarpython.version>--> |
58 | 65 |
|
59 | | - <sonar.skipDependenciesPackaging>true</sonar.skipDependenciesPackaging> |
60 | | - |
61 | 66 | <mockito.version>5.14.2</mockito.version> |
62 | 67 |
|
63 | 68 | <!-- temporary version waiting for a real automatic release in creedengo repository --> |
|
97 | 102 | </dependency> |
98 | 103 |
|
99 | 104 | <dependency> |
100 | | - <groupId>org.sonarsource.sonarqube</groupId> |
| 105 | + <groupId>org.sonarsource.api.plugin</groupId> |
101 | 106 | <artifactId>sonar-plugin-api</artifactId> |
102 | | - <version>${sonarqube.version}</version> |
| 107 | + <version>${sonar.plugin.api.version}</version> |
103 | 108 | <scope>provided</scope> |
104 | 109 | </dependency> |
105 | 110 |
|
|
0 commit comments