Argelbargel / multi-module-gradle-project-sonarqube

Dummy-Project with custom Plugin which adapts Sonarqube's multi-project-support to gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example project for SonarQube-Multi-Project-Plugin for Gradle

This is an example gradle-project using the SonarQube-Multi-Project-Plugin for Gradle

Documentation

Simply execute gradlew. This will build the project and analyze it with the Sonarqube-Server at http://localhost:9000. Optionally set the URL to your Sonarqube-Server with gradlew -Dsonar.host.url=<url>.

This will add the analysis of the project to Sonarqube. It should contain three modules:

  • main contains the analysis of the root-project's sources
  • common-module and extension-module contains the code of the sub-projects

License

Licensed under the GNU Lesser General Public License, Version 3.0

About

Dummy-Project with custom Plugin which adapts Sonarqube's multi-project-support to gradle

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%