Ignore any .js file on sonar report 05/79105/1
authorIttay Stern <ittay.stern@att.com>
Mon, 25 Feb 2019 13:12:51 +0000 (15:12 +0200)
committerIttay Stern <ittay.stern@att.com>
Mon, 25 Feb 2019 13:17:36 +0000 (15:17 +0200)
Issue-ID: VID-425
Change-Id: I1cfa1d6e2475545ba90b49fc5b02374859bb9b03
Signed-off-by: Ittay Stern <ittay.stern@att.com>
epsdk-app-onap/pom.xml

index bf09f32..ffea7fa 100755 (executable)
@@ -34,6 +34,8 @@
         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
         <sonar.projectVersion>${project.version}</sonar.projectVersion>
+        <!-- ignore all .js files on sonar report -->
+        <sonar.exclusions>**/*.js</sonar.exclusions>
     </properties>
 
     <repositories>