diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-02-25 19:21:32 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-02-25 19:23:07 +0200 |
commit | 67a23aba7e4fcbd52bdd9eb54db944761c968fcc (patch) | |
tree | d0cea3506404d72c63f4cd8d7427d527db4cb2fc /pom.xml | |
parent | 16e2c252915579c22eef4669cee2c808c414db86 (diff) |
Ignore any .js file on sonar report
- Upgrade Sonar plugin to latest
- Upgrade JaCoCo to latest
Change-Id: I85f1651410dc650b8d0b8d71e1db92c2416f2793
Issue-ID: VID-425
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> - <version>3.3.0.603</version> + <version>3.6.0.1398</version> </plugin> <plugin> <groupId>com.blackducksoftware.integration</groupId> |