Merge "Ignore any .js file on sonar report"
authorWojciech Sliwka <wojciech.sliwka@nokia.com>
Mon, 25 Feb 2019 14:21:47 +0000 (14:21 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 25 Feb 2019 14:21:47 +0000 (14:21 +0000)
epsdk-app-onap/pom.xml

index b7e5351..0f4da02 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>