SonarQube Integration with XQuery - sonarqube

I want to integrate SonarQube with XQuery. I got the plugin from GitHub.
https://github.com/malteseduck/sonar-xquery-plugin
In the readme page, below link is given for setup and upgrade of sonar.
http://docs.codehaus.org/display/SONAR/Setup+and+Upgrade
But the link is not working. Can anyone please help me with the any other link I can refer to?

you mean https://docs.sonarqube.org/display/SONAR/Setup+and+Upgrade . sidenote google is your friend, i was just searching for "Sonar Setup and Upgrade"

Related

How to upgrade sonarqube through zip file

I'm using sonarqube for AEM. But when I run mvn sonar:sonar on any module, it shows an error and the project analysis results in failure. Attaching the screenshot for that
I tried upgrading sonarqube too. But I'm not able to do that. Steps mentioned in the sonarqube docs are not quite understandable. Please let me know if there is any solution for this.
Tried upgrading the sonarqube but not able to do that. If that could solve my problem, suggest me how to do that.

SonarQube Plugin Development in Issue View

Dear SonarQube Community,
I have a general question regarding is it possible to write a plugin that will extend the Issue View? See screenshot and its red marks.
I looked at the API for Plugin Development and didnĀ“t find a part where I can do that.
I want to develop for SonarQube 6.x
Thank you!
Felix
There is no ability to extend this part of the UI.

How to look like Sonar Online Dashboard?

I see a big difference in the look & feel between the online dashboard (https://sonarqube.com/projects or https://sonarqube.com/governance?id=MASTER_PROJECT) and the one that we see by default on our local installation of sonar (v5.6.3).
I'm wondering about whether the online look & feel can in someway be easily applied to a local installation. It's just a matter of css/js or behind we have also a completely different HTML structure?
Any information about this will be much appreciated.
I think I've found the answer to my question. The nice-looking online demo is based on an Enterprise Grade deployment of sonar with the governance plugin.
https://www.sonarsource.com/why-us/products/plugins/governance.html
https://www.sonarsource.com/solutions/deployments/enterprise-grade/
Can't you update your install to the latest version? There have been UI changes in both version 6.0 and 6.1
http://www.sonarqube.org/sonarqube-6-0-in-screenshots/
http://www.sonarqube.org/sonarqube-6-1-in-screenshots/

How to setup OWASP plugin to sonarqube

I am trying to find a documentation on how to setup OWASP project https://www.owasp.org/index.php/OWASP_SonarQube_Project to setup it for SonarQube. I tried to find in available plugins but i couldn't find anything related to it. I read few documentation and little bit confused how to use OWASP to SonarQube.
I have SonarQube 5.6 version. Can anyone help me to understand how to setup OWASP in SonarQube.
Thanks,
There is no plugins to add. All the rules of your langage you have in SonarQube are tagged "cwe, owasp, bug" or something like this.
You could setup a profile with all the rules you want to check and name it "OWASP profile".
BTW, actually the OWASP SonarQube project was closed. And nothing more will be done on it.

Is there any emma plugin for jdeveloper 12c?

Similar to EclEmma which is a plugin on eclipse, is there any plugin for jdeveloper to see run junit tests and see the code coverage? I see EMMA integration plugin in jdeveloper but after installing wasn't able to see any difference and also could not get any documentation on what the plugin is supposed to do.. Please help!
I know it is an old question but just in case someone came across it.
There is a blog post here explaining how to get Emma work with your JDeveloper. I also tested this on my latest JDeveloper 12c and it works fine.
Also regarding the documentation and how to use Emma it is all listed in their site here

Resources