Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoBuransky committed May 8, 2015
1 parent 583e5ff commit 199f330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Scoverage Plugin for Sonar 4.2#
#Scoverage Plugin for Sonar 4.5#

[![Build Status](https://travis-ci.org/RadoBuransky/sonar-scoverage-plugin.png)](https://travis-ci.org/RadoBuransky/sonar-scoverage-plugin)

Expand All @@ -22,12 +22,12 @@ just plain average of coverage rates for sub-projects.

## Requirements ##

- [SonarQube] 4.2
- [SonarQube] 4.5
- [Scoverage] 1.1.0

## Installation ##

Download and copy [sonar-scoverage-plugin-4.2.0.jar] [PluginJar] to the Sonar plugins directory
Download and copy [sonar-scoverage-plugin-4.5.0.jar] [PluginJar] to the Sonar plugins directory
(usually <SONAR_INSTALLATION_ROOT>/extensions/plugins). Restart Sonar.

## Configure Sonar runner ##
Expand Down Expand Up @@ -81,7 +81,7 @@ Columns with statement coverage, total number of statements and number of covere
Source code markup with covered and uncovered lines:
![Source code markup](/doc/img/04_coverage.png "Source code markup")

[PluginJar]: https://github.com/RadoBuransky/sonar-scoverage-plugin/releases/download/v4.2.0/sonar-scoverage-plugin-4.2.0.jar
[PluginJar]: https://github.com/RadoBuransky/sonar-scoverage-plugin/releases/download/v4.5.0/sonar-scoverage-plugin-4.5.0.jar
[SonarQube]: http://www.sonarqube.org/ "SonarQube"
[Scoverage]: https://github.com/scoverage/scalac-scoverage-plugin "Scoverage"
[sbt-scoverage]: https://github.com/scoverage/sbt-scoverage
9 changes: 1 addition & 8 deletions plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# Sonar Scoverage Plugin source code #

Useful bash script for plugin development to stop Sonar server, build plugin, copy it to Sonar plugin
directory and start Sonar server again:

<SONAR_INSTALL_DIR>/bin/linux-x86-64/sonar.sh stop

mvn install
cp ./target/sonar-scoverage-plugin-1.0-SNAPSHOT.jar <SONAR_INSTALL_DIR>/extensions/plugins/

<SONAR_INSTALL_DIR>/bin/linux-x86-64/sonar.sh start
directory and start Sonar server again is in the `dev.sh` file.

0 comments on commit 199f330

Please sign in to comment.