|
10 | 10 |
|
11 | 11 | <name>ecoCode - Java language</name> |
12 | 12 | <description>Provides rules to reduce the environmental footprint of your Java programs</description> |
13 | | - <inceptionYear>2023</inceptionYear> |
| 13 | + <inceptionYear>2024</inceptionYear> |
14 | 14 |
|
15 | 15 | <url>https://github.com/green-code-initiative/ecoCode-java</url> |
16 | 16 | <organization> |
|
71 | 71 |
|
72 | 72 | <google.re2j>1.7</google.re2j> |
73 | 73 |
|
74 | | - <!-- Version of ecoCode rules specifications implemented by this plugin --> |
75 | | - <ecocode-rules-specifications.version>1.6.5</ecocode-rules-specifications.version> |
| 74 | + <!-- Version of creedengo rules specifications implemented by this plugin --> |
| 75 | + <creedengo-rules-specifications.version>2.0.0</creedengo-rules-specifications.version> |
76 | 76 |
|
77 | 77 | <!-- URL of the Maven repository where sonarqube will be downloaded --> |
78 | 78 | <test-it.orchestrator.artifactory.url>https://repo1.maven.org/maven2</test-it.orchestrator.artifactory.url> |
|
91 | 91 |
|
92 | 92 | <dependencies> |
93 | 93 | <dependency> |
94 | | - <groupId>${project.groupId}</groupId> |
95 | | - <artifactId>ecocode-rules-specifications</artifactId> |
96 | | - <version>${ecocode-rules-specifications.version}</version> |
| 94 | + <groupId>org.green-code-initiative</groupId> |
| 95 | + <artifactId>creedengo-rules-specifications</artifactId> |
| 96 | + <version>${creedengo-rules-specifications.version}</version> |
97 | 97 | <classifier>java</classifier> |
98 | 98 | </dependency> |
99 | 99 |
|
|
238 | 238 | <extensions>true</extensions> |
239 | 239 | <configuration> |
240 | 240 | <pluginKey>ecocodejava</pluginKey> |
241 | | - <pluginClass>fr.greencodeinitiative.java.JavaPlugin</pluginClass> |
| 241 | + <pluginClass>org.greencodeinitiative.java.JavaPlugin</pluginClass> |
242 | 242 | <sonarLintSupported>true</sonarLintSupported> |
243 | 243 | <pluginApiMinVersion>${sonarqube.version}</pluginApiMinVersion> |
244 | 244 | <skipDependenciesPackaging>true</skipDependenciesPackaging> |
|
470 | 470 | </test-it.plugins> |
471 | 471 | <!-- Comma separated JSON profile file URIs to load --> |
472 | 472 | <test-it.additional-profile-uris> |
473 | | - ${project.baseUri}/src/main/resources/fr/greencodeinitiative/java/ecoCode_way_profile.json, |
| 473 | + ${project.baseUri}/src/main/resources/org/greencodeinitiative/java/ecoCode_way_profile.json, |
474 | 474 | </test-it.additional-profile-uris> |
475 | 475 | <!-- Comma separated paths of "test projects" to analyze. Syntaxe: `sonar.projectKey|sonar.projectName|project.pomUri` --> |
476 | 476 | <test-it.test-projects> |
|
0 commit comments