Issue with SonarQube Not Detecting JMX Remote Authentication and SSL Settings

Dear SonarQube Community

I am currently experiencing an issue with SonarQube where it does not seem to detect the following settings in the pom.xml file:

com.sun.management.jmxremote.authenticate=false
com.sun.management.jmxremote.ssl=false

Despite adding these configurations, SonarQube does not appear to recognize them, and the expected behavior is not observed. I have verified that the settings are correctly added and have restarted the SonarQube server multiple times. Additionally, I have checked the logs but did not find any relevant errors or warnings.

Could you please assist me in resolving this issue? Any guidance or suggestions would be greatly appreciated.

Thank you for your support.

Hey there.

If these were going to be set anywhere, they’d be configured as a part of sonar.web.javaAdditionalOpts in your SonarQube server’s conf/sonar.properties file, not in an individual project’s pom.xml file. See the docs here.