]> source.dussan.org Git - sonarqube.git/commitdiff
DOC update example plugin key
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Mon, 8 Jul 2019 17:35:02 +0000 (13:35 -0400)
committersonartech <sonartech@sonarsource.com>
Wed, 10 Jul 2019 06:36:51 +0000 (08:36 +0200)
We don't let community plugins claim a language name as a plugin key anymore, so let's not give them an example that does.

server/sonar-docs/src/pages/extend/developing-plugin.md

index fa7f084680393c2cf92e935df6034494c89f8501..7947a9b575f8ca6c16f2676a9870ae2ad7c72af0 100644 (file)
@@ -20,7 +20,7 @@ If you want to start the project from scratch, use the following Maven pom.xml t
 | <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 http://maven.apache.org/maven-v4_0_0.xsd">
 |   <modelVersion>4.0.0</modelVersion>
 |   <groupId>YOUR_GROUP_ID</groupId>
-|   <!-- it's recommended to follow the pattern "sonar-{key}-plugin", for example "sonar-php-plugin" -->
+|   <!-- it's recommended to follow the pattern "sonar-{key}-plugin", for example "sonar-myphp-plugin" -->
 |   <artifactId>YOUR_ARTIFACT_ID</artifactId>
 |   <version>YOUR_VERSION</version>
 |