diff options
| author | Elena Vilchik | 2019-12-23 14:12:30 +0100 |
|---|---|---|
| committer | Yassin Kammoun | 2019-12-23 14:12:30 +0100 |
| commit | 0161362db5e83f700dded8ff052b358a3f478640 (patch) | |
| tree | 4c7eb38212b63e798140b5a4fd0a41e53f10ceb7 | |
| parent | de015d8368fce780fa5821392b18c35facad4756 (diff) | |
| download | sonar-css-0161362db5e83f700dded8ff052b358a3f478640.tar.bz2 | |
Use redirectTestOutputToFile to hide ugly test logs (#229)
| -rw-r--r-- | sonar-css-plugin/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-css-plugin/pom.xml b/sonar-css-plugin/pom.xml index a4e82e8..bf2b2f0 100644 --- a/sonar-css-plugin/pom.xml +++ b/sonar-css-plugin/pom.xml @@ -211,6 +211,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <redirectTestOutputToFile>true</redirectTestOutputToFile> <environmentVariables> <!-- modify the path to include node installed with frontend plugin --> <PATH>target${file.separator}node${path.separator}${env.PATH}</PATH> |
