diff options
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index c55d97864..22911c25a 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -24,6 +24,7 @@ <jackson.version>2.9.7</jackson.version> <jersey.version>2.27</jersey.version> <surefire.version>2.22.1</surefire.version> + <sonar.coverage.exclusions>**/webapp/**/*,**/*.js</sonar.coverage.exclusions> <!-- Skip assembling the zip by default --> <skipassembly>true</skipassembly> |