Hello Team,
I am using SonarQube 7.8 and try to ran the sonar scanner against the OpenEdge code base it was not scanning the openedge related files.
I tried to add plugin sonar-openedge-plugin-2.14.0 into the extension folder but still not working.
Can someone help me to send the step by step process to apply sonarqube on OpenEdge/progress4gl code base.
Thank You,
Regards Sachithanantham
Hi,
Welcome to the community!
You said you placed the plugin in the “extension folder”. It actually needs to go in $SONARQUBE-HOME/extensions/plugins. And you then need to restart the server.
$SONARQUBE-HOME/extensions/plugins
If that doesn’t help, you might open an issue directly on that plugin’s project.
Ann
Ann, thank you for your comments. I will place the file into plugin folder and try to test.