Only project administrators can access project settings (See Security).

Adding a Project

Adding a project to SonarQubeis not done through the web interface, but automatically when the project is analyzed for the first time.

Deleting a Project

You can delete a project by clicking on Project Deletion in the left menu.

Note that a service to delete several projects at the same time is available since version 3.2.

Updating Project Key

Since version 3.2, the project key can be updated (without losing the history on the project). Go to Configuration > Update Key:

 

Setting Quality Profiles

As version 3.3 enables multi-language project analysis, project administrators can select which quality profile to use for each language on their project. Go to Settings > Quality Profiles:

Excluding Files

It is possible to exclude files from being analyzed:

Since version 3.3, it is also possible to:

 

If you want to exclude source code from being check against some coding rules, you can have a look at the Switch Off Violations plugin.

Since version 3.5, it is also possible to:

There are two different ways to exclude/include files:


Full documentation is directly available on the SonarQube web interface (Configuration > Settings > Exclusions).

Customizing Links

To add links to your project, click on Links in the left menu:

They are two types of links:

Default Links

These links have to be defined in the analysis configuration file:

For Maven projects, these links are retrieved from the project POM:

Setting a sonar.links.* property on a Maven project overrides the one above.
These links can be displayed on a:

They can not be modified through the web interface.

Custom Links

Any link can be added trough the web interface.

Those links can be displayed on a dashboard by adding the Description widget.

Configuring Plugins

Several plugins can be configured at project level to override Global Settings for that project. On your project, click on Configuration in the top right corner.