Browse Source

DOC update example plugin key

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.
tags/8.0
G. Ann Campbell 4 years ago
parent
commit
c7e942f280
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/sonar-docs/src/pages/extend/developing-plugin.md

+ 1
- 1
server/sonar-docs/src/pages/extend/developing-plugin.md View 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>
|

Loading…
Cancel
Save