|
22 | 22 | <distribution>repo</distribution> |
23 | 23 | </license> |
24 | 24 | </licenses> |
| 25 | + <scm> |
| 26 | + <connection>scm:git:https://github.com/green-code-initiative/ecocode-python</connection> |
| 27 | + <developerConnection>scm:git:https://github.com/green-code-initiative/ecocode-python</developerConnection> |
| 28 | + <url>https://github.com/green-code-initiative/ecocode-python</url> |
| 29 | + <tag>HEAD</tag> |
| 30 | + </scm> |
25 | 31 | <issueManagement> |
26 | 32 | <system>GitHub</system> |
27 | 33 | <url>https://github.com/green-code-initiative/ecoCode-python/issues</url> |
|
40 | 46 | <sonar.organization>green-code-initiative</sonar.organization> |
41 | 47 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
42 | 48 |
|
| 49 | + <!-- max version with SonarQube 10.0 --> |
43 | 50 | <sonarqube.version>9.4.0.54424</sonarqube.version> |
44 | | - <sonarjava.version>7.19.0.31550</sonarjava.version> |
45 | | - <sonarpython.version>4.3.0.11660</sonarpython.version> |
| 51 | + |
| 52 | + <!-- max version with SonarQube 10.0 : check lib/extension directory --> |
| 53 | + <sonarpython.version>4.1.0.11333</sonarpython.version> |
46 | 54 |
|
47 | 55 | <sonar-packaging.version>1.21.0.505</sonar-packaging.version> |
48 | 56 | <sonar.skipDependenciesPackaging>true</sonar.skipDependenciesPackaging> |
49 | 57 |
|
50 | | - <junit.jupiter.version>5.9.1</junit.jupiter.version> |
51 | | - <assertJ.version>3.23.1</assertJ.version> |
52 | 58 | <mockito.version>5.3.1</mockito.version> |
53 | 59 |
|
54 | 60 | <!-- temporary version waiting for real automatic release in ecocode repository --> |
55 | | - <ecocode-rules-specifications.version>0.0.2</ecocode-rules-specifications.version> |
| 61 | + <ecocode-rules-specifications.version>0.0.3</ecocode-rules-specifications.version> |
56 | 62 |
|
57 | 63 | <sonar-analyzer-commons.version>2.5.0.1358</sonar-analyzer-commons.version> |
58 | 64 |
|
|
81 | 87 | <scope>provided</scope> |
82 | 88 | </dependency> |
83 | 89 |
|
| 90 | + <!-- To keep because of dependency used at runtime (or else error at starting SonarQube) --> |
| 91 | + <dependency> |
| 92 | + <groupId>org.sonarsource.analyzer-commons</groupId> |
| 93 | + <artifactId>sonar-analyzer-commons</artifactId> |
| 94 | + <version>${sonar-analyzer-commons.version}</version> |
| 95 | + </dependency> |
| 96 | + |
| 97 | + <!-- TEST sources dependencies --> |
84 | 98 | <dependency> |
85 | 99 | <groupId>org.sonarsource.python</groupId> |
86 | 100 | <artifactId>python-checks-testkit</artifactId> |
|
173 | 187 | <jreMinVersion>${java.version}</jreMinVersion> |
174 | 188 | </configuration> |
175 | 189 | </plugin> |
| 190 | + <!-- To keep because of dependency sonar-analyzer-commons --> |
176 | 191 | <plugin> |
177 | 192 | <groupId>org.apache.maven.plugins</groupId> |
178 | 193 | <artifactId>maven-shade-plugin</artifactId> |
|
0 commit comments