We cannot see any errors however the rules that we have created are not applied. We know for sure that rules should detect issues. But there are zero issue.
We tried running maven with -X but no addtional clues.
We tried to create a new profile and add the the custom rules from our plugin but the result is the same.
We have tried to delete and republish projects but without any result.
Please don’t tag people who aren’t involved in a thread. You may think it bumps it to the top of their list, but it does exactly the opposite!
There are a few changes between 9.9 and 25.2 that might be relevant, specifically around downloading only required 3rd party plugins. I’d suggest you read that announcement and see if any changes are required for your plugin.
I would also suggest you dig into your scanner logs a bit more. Do you see that the plugin has been downloaded (mvn sonar:sonar -X), and do you see the specific sensor for your plugin being executed?