Skip to content

Commit

Permalink
Sonar => SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
David RACODON committed Jun 12, 2013
1 parent 1e925ad commit 875e27f
Show file tree
Hide file tree
Showing 182 changed files with 321 additions and 2,064 deletions.
4 changes: 2 additions & 2 deletions plugins/sonar-checkstyle-extension-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Usage

mvn clean install
* Copy the plugin into SONAR_HOME/extensions/plugin
* Restart your Sonar server
* Copy the plugin into SONARQUBE_HOME/extensions/plugin
* Restart your SonarQube server
* The custom Checkstyle rules are now available
4 changes: 2 additions & 2 deletions plugins/sonar-pmd-extension-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Usage

mvn clean install
* Copy the plugin into SONAR_HOME/extensions/plugin
* Restart your Sonar server
* Copy the plugin into SONARQUBE_HOME/extensions/plugin
* Restart your SonarQube server
* The custom PMD rules are now available
2 changes: 1 addition & 1 deletion plugins/sonar-reference-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>0.1-SNAPSHOT</version>

<name>Sonar Examples :: Reference Plugin</name>
<description>plugin description will be displayed in Sonar</description>
<description>Plugin description will be displayed in SonarQube</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 3 additions & 3 deletions projects/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ This example demonstrates how to analyse project for Android.
Prerequisites
=============

* [Sonar](http://www.sonarsource.org/downloads/) 3.0 or higher
* [Sonar Emma Plugin](http://docs.codehaus.org/display/SONAR/Emma+Plugin) 1.3 or higher
* [SonarQube](http://www.sonarsource.org/downloads/) 3.0 or higher
* [SonarQube Emma Plugin](http://docs.codehaus.org/display/SONAR/Emma+Plugin) 1.3 or higher
* Maven 3.0.3 or higher
* [Android SDK](http://developer.android.com/sdk/index.html)

Expand All @@ -15,6 +15,6 @@ Execution

mvn clean install -Pemma -Dandroid.sdk.path=...

2. Analyse by Sonar :
2. Analyze with SonarQube:

mvn sonar:sonar
1 change: 0 additions & 1 deletion projects/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Sonar -->
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.core.codeCoveragePlugin>emma</sonar.core.codeCoveragePlugin>
<sonar.emma.reportPath>target/emma</sonar.emma.reportPath>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 875e27f

Please sign in to comment.