diff options
author | 2020-01-13 14:14:04 +0000 | |
---|---|---|
committer | 2020-01-13 14:55:54 +0000 | |
commit | d099dd2ce1697fc56af0b754aa8f5f1a6b7e44f4 (patch) | |
tree | 4a057f37ec9e9b55043715470cca32c61bdb5ab0 /jtosca | |
parent | 04fc331ac8c3ba3c3fcc4f8a2a02b199b91f41f3 (diff) |
Fix empty sonar scan
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I6a1b9f4e77487de609e43621e1b82fe80c2fcd5a
Issue-ID: SDC-2719
Diffstat (limited to 'jtosca')
-rw-r--r-- | jtosca/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/jtosca/pom.xml b/jtosca/pom.xml index 2e47200..4714306 100644 --- a/jtosca/pom.xml +++ b/jtosca/pom.xml @@ -81,24 +81,6 @@ </plugin> <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.8</version> - <executions> - <!-- Unit-Tests --> - <execution> - <id>prepare-agent</id> - <goals> - <goal>prepare-agent</goal> - </goals> - <configuration> - <destFile>${sonar.jacoco.reportPath}</destFile> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> @@ -127,11 +109,6 @@ </configuration> </plugin> <plugin> - <groupId>org.sonarsource.scanner.maven</groupId> - <artifactId>sonar-maven-plugin</artifactId> - <version>3.0.2</version> - </plugin> - <plugin> <groupId>com.github.sylvainlaurent.maven</groupId> <artifactId>yaml-json-validator-maven-plugin</artifactId> <version>1.0.1</version> |