I am new to SonarQube and developing my own plugin. I am parsing an XML file in my plugin and I have hard coded it but now I want to upload that file from SonarQube dashboard. Is there any way to do this?
Asked
Active
Viewed 418 times
0
-
Is this XML file a file under analysis or some sort of configuration for your plugin? – G. Ann - SonarSource Team Jun 28 '16 at 12:54
-
It is required for configuration of my plugin. – Irfan Adil Jun 29 '16 at 05:39
1 Answers
0
Assuming this file is used for user-supplied configuration use properties instead.
You can take a look at the Java plugin for plugin-level configuration, and at Widget Lab for widget-level config.

G. Ann - SonarSource Team
- 22,346
- 4
- 40
- 76