Skip to content

Commit

Permalink
Merge pull request #73 from jycr/main
Browse files Browse the repository at this point in the history
#63 - Fix pluginKey definition to conform to SonarSource Marketplace rules
  • Loading branch information
dedece35 authored Mar 9, 2023
2 parents 08db6b1 + 19ca250 commit 6d9b22a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<artifactId>sonar-packaging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<pluginKey>${project.artifactId}</pluginKey>
<pluginKey>ecocodejava</pluginKey>
<pluginName>${project.name}</pluginName>
<pluginClass>fr.greencodeinitiative.java.JavaPlugin</pluginClass>
<sonarLintSupported>true</sonarLintSupported>
Expand Down Expand Up @@ -245,4 +245,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion php-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<artifactId>sonar-packaging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<pluginKey>${project.artifactId}</pluginKey>
<pluginKey>ecocodephp</pluginKey>
<pluginName>${project.name}</pluginName>
<pluginClass>fr.greencodeinitiative.php.PHPPlugin</pluginClass>
<sonarLintSupported>true</sonarLintSupported>
Expand Down
2 changes: 1 addition & 1 deletion python-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<artifactId>sonar-packaging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<pluginKey>${project.artifactId}</pluginKey>
<pluginKey>ecocodepython</pluginKey>
<pluginName>${project.name}</pluginName>
<pluginClass>fr.greencodeinitiative.python.PythonPlugin</pluginClass>
<sonarLintSupported>true</sonarLintSupported>
Expand Down

0 comments on commit 6d9b22a

Please sign in to comment.