Closed shiraz closed 6 years ago
Plugin must be installed on sonarcloud server, you can't (AFAIK) just add a dependency to get results on server.
@nixel2007
How can we install the plugin in the sonarcloud server?
You must be a sonarcloud admin :)
You can install your own sonarqube instance with plugins you need
Hi @MirzaSB,
Only SonarSource plugins are available on Sonarcloud. Thus, unfortunately, it is not possible to analyze Gherkin code on Sonarcloud.
David
Hello,
So I wanted to use the plugin with SonarCloud, so I added the following in the pom.xml file of my Java project.
`
<sonar.sources>pom.xml,src/main/java,src/test/resources/features</sonar.sources>
(properties section).I ran the command, "mvn clean install sonar:sonar". The command ran successfully, but the Gherkin plugin did not run or find any issues.
Is there anything that I'm missing?