Skip to content

Commit 46dfa47

Browse files
author
David DE CARVALHO
committed
initialization of Java plugin repository - corrections
1 parent df9c52d commit 46dfa47

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/tag_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT
5353

5454
upload:
55-
name: Upload PHP Plugin
55+
name: Upload Java Plugin
5656
runs-on: ubuntu-latest
5757
needs: build
5858
steps:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Deleted
1717

18-
[unreleased]: https://github.com/green-code-initiative/ecoCode-php/compare/v1.5.0...HEAD
19-
[1.4.0]: https://github.com/green-code-initiative/ecoCode-php/compare/v0.0.0...1.5.0
18+
[unreleased]: https://github.com/green-code-initiative/ecoCode-java/compare/v1.5.0...HEAD
19+
[1.4.0]: https://github.com/green-code-initiative/ecoCode-java/compare/v0.0.0...1.5.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EcoCode-php
1+
EcoCode-java
22
===========
33

44
_ecoCode_ is a collective project aiming to reduce environmental footprint of software at the code level. The goal of
@@ -8,7 +8,7 @@ ecological impact: energy and resources over-consumption, "fatware", shortening
88
_ecoCode_ is based on evolving catalogs
99
of [good practices](https://github.com/green-code-initiative/ecoCode/blob/main/docs/rules), for various technologies.
1010
This
11-
SonarQube plugin then implements these catalogs as rules for scanning your PHP projects.
11+
SonarQube plugin then implements these catalogs as rules for scanning your Java projects.
1212

1313
> ⚠️ This is still a very early stage project. Any feedback or contribution will be highly appreciated. Please
1414
> refer to the contribution section.
@@ -31,7 +31,7 @@ check [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-get
3131
🛒 Distribution
3232
------------------
3333

34-
Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/ecoCode-php/releases).
34+
Ready to use binaries are available [from GitHub](https://github.com/green-code-initiative/ecoCode-java/releases).
3535

3636
🧩 Compatibility
3737
-----------------

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<sonar-analyzer-commons.version>2.5.0.1358</sonar-analyzer-commons.version>
6060

6161
<sonar-packaging.version>1.23.0.740</sonar-packaging.version>
62-
<sonar.skipDependenciesPackaging>true</sonar.skipDependenciesPackaging>
6362

6463
<junit.jupiter.version>5.9.1</junit.jupiter.version>
6564
<assertJ.version>3.23.1</assertJ.version>
@@ -164,7 +163,7 @@
164163
</execution>
165164
<execution>
166165
<id>report</id>
167-
<!-- <phase>test</phase> -->
166+
<!-- <phase>test</phase>-->
168167
<goals>
169168
<goal>report</goal>
170169
</goals>
@@ -181,6 +180,7 @@
181180
<pluginClass>fr.greencodeinitiative.java.JavaPlugin</pluginClass>
182181
<sonarLintSupported>true</sonarLintSupported>
183182
<pluginApiMinVersion>${sonarqube.version}</pluginApiMinVersion>
183+
<skipDependenciesPackaging>true</skipDependenciesPackaging>
184184
<jreMinVersion>${java.version}</jreMinVersion>
185185
<archive>
186186
<manifestEntries>
@@ -241,7 +241,7 @@
241241
</execution>
242242
</executions>
243243
</plugin>
244-
<!-- <plugin>
244+
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-dependency-plugin</artifactId>
247247
<version>3.6.0</version>
@@ -326,7 +326,7 @@
326326
</configuration>
327327
</execution>
328328
</executions>
329-
</plugin> -->
329+
</plugin>
330330
<plugin>
331331
<groupId>com.mycila</groupId>
332332
<artifactId>license-maven-plugin</artifactId>

0 commit comments

Comments
 (0)