From: Ittay Stern Date: Tue, 26 Feb 2019 04:32:43 +0000 (+0200) Subject: Ignore any .js file on sonar report X-Git-Tag: 4.0.0~69 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F79150%2F1;p=vid.git Ignore any .js file on sonar report Change-Id: I7cf9f79a7ec2fbba0ab331a3fbf527d54c3015fb Issue-ID: VID-425 Signed-off-by: Ittay Stern --- diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 037a07898..43d1db4f4 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -34,7 +34,7 @@ ${project.build.directory}/surefire-reports ${project.version} - **/*.js + **/webapp/**/*,**/*.js 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 @@ 2.9.7 2.27 2.22.1 + **/webapp/**/*,**/*.js true