Skip to content

Commit 199f330

Browse files
committed
Update README.md
1 parent 583e5ff commit 199f330

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Scoverage Plugin for Sonar 4.2#
1+
#Scoverage Plugin for Sonar 4.5#
22

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

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

2323
## Requirements ##
2424

25-
- [SonarQube] 4.2
25+
- [SonarQube] 4.5
2626
- [Scoverage] 1.1.0
2727

2828
## Installation ##
2929

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

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

84-
[PluginJar]: https://github.com/RadoBuransky/sonar-scoverage-plugin/releases/download/v4.2.0/sonar-scoverage-plugin-4.2.0.jar
84+
[PluginJar]: https://github.com/RadoBuransky/sonar-scoverage-plugin/releases/download/v4.5.0/sonar-scoverage-plugin-4.5.0.jar
8585
[SonarQube]: http://www.sonarqube.org/ "SonarQube"
8686
[Scoverage]: https://github.com/scoverage/scalac-scoverage-plugin "Scoverage"
8787
[sbt-scoverage]: https://github.com/scoverage/sbt-scoverage

plugin/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
# Sonar Scoverage Plugin source code #
22

33
Useful bash script for plugin development to stop Sonar server, build plugin, copy it to Sonar plugin
4-
directory and start Sonar server again:
5-
6-
<SONAR_INSTALL_DIR>/bin/linux-x86-64/sonar.sh stop
7-
8-
mvn install
9-
cp ./target/sonar-scoverage-plugin-1.0-SNAPSHOT.jar <SONAR_INSTALL_DIR>/extensions/plugins/
10-
11-
<SONAR_INSTALL_DIR>/bin/linux-x86-64/sonar.sh start
4+
directory and start Sonar server again is in the `dev.sh` file.

0 commit comments

Comments
 (0)