|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | | - <groupId>io.ecocode</groupId> |
6 | | - <artifactId>ecocode-java-plugin</artifactId> |
7 | | - <version>1.7.0-SNAPSHOT</version> |
| 5 | + <groupId>org.green-code-initiative</groupId> |
| 6 | + <artifactId>creedengo-java-plugin</artifactId> |
| 7 | + <version>2.0.0-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <packaging>sonar-plugin</packaging> |
10 | 10 |
|
11 | | - <name>ecoCode - Java language</name> |
| 11 | + <name>creedengo - Java language</name> |
12 | 12 | <description>Provides rules to reduce the environmental footprint of your Java programs</description> |
13 | 13 | <inceptionYear>2024</inceptionYear> |
14 | 14 |
|
15 | | - <url>https://github.com/green-code-initiative/ecoCode-java</url> |
| 15 | + <url>https://github.com/green-code-initiative/creedengo-java</url> |
16 | 16 | <organization> |
17 | 17 | <name>green-code-initiative</name> |
18 | 18 | <url>https://github.com/green-code-initiative</url> |
|
27 | 27 | </licenses> |
28 | 28 |
|
29 | 29 | <scm> |
30 | | - <connection>scm:git:https://github.com/green-code-initiative/ecocode-java</connection> |
31 | | - <developerConnection>scm:git:https://github.com/green-code-initiative/ecocode-java</developerConnection> |
32 | | - <url>https://github.com/green-code-initiative/ecocode-java</url> |
| 30 | + <connection>scm:git:https://github.com/green-code-initiative/creedengo-java</connection> |
| 31 | + <developerConnection>scm:git:https://github.com/green-code-initiative/creedengo-java</developerConnection> |
| 32 | + <url>https://github.com/green-code-initiative/creedengo-java</url> |
33 | 33 | <tag>HEAD</tag> |
34 | 34 | </scm> |
35 | 35 |
|
36 | 36 | <issueManagement> |
37 | 37 | <system>GitHub</system> |
38 | | - <url>https://github.com/green-code-initiative/ecoCode-java/issues</url> |
| 38 | + <url>https://github.com/green-code-initiative/creedengo-java/issues</url> |
39 | 39 | </issueManagement> |
40 | 40 |
|
41 | 41 | <properties> |
|
55 | 55 |
|
56 | 56 | <!-- Version of SonarQube for integration tests --> |
57 | 57 | <sonarqube.version>9.9.7.96285</sonarqube.version> |
58 | | - <!-- Version of the SonarQube APIs used by `ecocode-java-plugin` --> |
| 58 | + <!-- Version of the SonarQube APIs used by `creedengo-java-plugin` --> |
59 | 59 | <sonar.plugin.api.version>9.8.0.203</sonar.plugin.api.version> |
60 | 60 |
|
61 | | - <!-- Version of `sonar-java-plugin` that `ecocode-java-plugin` depends on --> |
| 61 | + <!-- Version of `sonar-java-plugin` that `creedengo-java-plugin` depends on --> |
62 | 62 | <sonarjava.version>7.16.0.30901</sonarjava.version> |
63 | 63 |
|
64 | 64 | <sonar-analyzer-commons.version>2.5.0.1358</sonar-analyzer-commons.version> |
|
237 | 237 | <version>${sonar-packaging.version}</version> |
238 | 238 | <extensions>true</extensions> |
239 | 239 | <configuration> |
240 | | - <pluginKey>ecocodejava</pluginKey> |
241 | | - <pluginClass>org.greencodeinitiative.java.JavaPlugin</pluginClass> |
| 240 | + <pluginKey>creedengojava</pluginKey> |
| 241 | + <pluginClass>org.greencodeinitiative.creedengo.java.JavaPlugin</pluginClass> |
242 | 242 | <sonarLintSupported>true</sonarLintSupported> |
243 | 243 | <pluginApiMinVersion>${sonarqube.version}</pluginApiMinVersion> |
244 | 244 | <skipDependenciesPackaging>true</skipDependenciesPackaging> |
|
298 | 298 | </excludes> |
299 | 299 | </filter> |
300 | 300 | <filter> |
301 | | - <artifact>io.ecocode:ecocode-rules-specifications:*</artifact> |
| 301 | + <artifact>org.green-code-initiative:creedengo-rules-specifications:*</artifact> |
302 | 302 | <excludes> |
303 | 303 | <exclude>META-INF/**</exclude> |
304 | 304 | </excludes> |
|
383 | 383 | <configuration> |
384 | 384 | <properties> |
385 | 385 | <owner>Green Code Initiative</owner> |
386 | | - <email>https://www.ecocode.io</email> |
| 386 | + <email>https://green-code-initiative.org</email> |
387 | 387 | </properties> |
388 | 388 | <licenseSets> |
389 | 389 | <licenseSet> |
|
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/org/greencodeinitiative/java/ecoCode_way_profile.json, |
| 473 | + ${project.baseUri}/src/main/resources/org/greencodeinitiative/creedengo/java/creedengo_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> |
477 | | - io.ecocode:ecocode-java-plugin-test-project|ecoCode Java Sonar Plugin Test Project|${project.baseUri}/src/it/test-projects/ecocode-java-plugin-test-project/pom.xml, |
| 477 | + org.green-code-initiative:creedengo-java-plugin-test-project|creedengo Java Sonar Plugin Test Project|${project.baseUri}/src/it/test-projects/creedengo-java-plugin-test-project/pom.xml, |
478 | 478 | </test-it.test-projects> |
479 | 479 | <!-- Comma separated list of profiles to associate to each "test project". Syntaxe: `language:profileName` --> |
480 | 480 | <test-it.test-project-profile-by-language> |
481 | | - java|ecoCode way, |
| 481 | + java|creedengo way, |
482 | 482 | </test-it.test-project-profile-by-language> |
483 | 483 | </systemPropertyVariables> |
484 | 484 | </configuration> |
|
493 | 493 | <id>keep-running</id> |
494 | 494 | <properties> |
495 | 495 | <test-it.sonarqube.keepRunning>true</test-it.sonarqube.keepRunning> |
496 | | - <test-it.sonarqube.port>9000</test-it.sonarqube.port> |
| 496 | +<!-- <test-it.sonarqube.port>9000</test-it.sonarqube.port>--> |
| 497 | + <test-it.sonarqube.port>33333</test-it.sonarqube.port> |
497 | 498 | </properties> |
498 | 499 | </profile> |
499 | 500 | </profiles> |
|
0 commit comments