Skip to content

SonarQube IDE Metadata plugin gathers and displays information from IDE metadata files, including project type (based on natures/facets) and dependencies.

Notifications You must be signed in to change notification settings

mrityuleo/deors.plugins.sonarqube.idemetadata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

deors.plugins.sonarqube.idemetadata

SonarQube IDE Metadata plugin gathers and displays information from IDE metadata files, including project type (based on natures/facets) and dependencies.

Introduction

This is an example of a simple SonarQube plug-in that declares a few metrics at the project level containing information extracted from IDE Metadata configuration files (currently only Eclipse IDE is supported but other extractors can be easily created).

To install this plug-in, follow these steps:

A) Create the plug-in binary with this command:

mvn clean package

B) Copy the file to your SonarQube installation:

copy target/deors.plugins.sonarqube.idemetadata-1.0.jar $SONARQUBE_HOME/extensions/plugins

C) Restart SonarQube

D) Add the widget to a dashboard

E) Analyse a project and enjoy!

About

SonarQube IDE Metadata plugin gathers and displays information from IDE metadata files, including project type (based on natures/facets) and dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.8%
  • HTML 4.2%