-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
583e5ff
commit 199f330
Showing
2 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |