0

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?

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

1 Answers1

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