Remove javascript from sonar 59/78859/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 20 Feb 2019 17:29:15 +0000 (12:29 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 20 Feb 2019 17:29:22 +0000 (12:29 -0500)
Per Catherine, Dublin will not require javascript for sonar
coverage statistics. We'll add this back in for El Alto if
we determine this repo still needs development.

If LF turns off javascript in the Sonar application then I'll
change this back. But I need to determine if policy/engine has
55% coverage for tomorrow M2.

Issue-ID: POLICY-1536
Change-Id: Ie091e231e1150da3217e10eb28fdbcd7e2ed8320
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
POLICY-SDK-APP/pom.xml

index b3d09db..c5da9dd 100644 (file)
@@ -71,7 +71,9 @@
         <logback.version>1.2.3</logback.version>
         <skipassembly>true</skipassembly>
         <skiptests>false</skiptests>
-        <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/*</sonar.exclusions>
+        <!-- When ONAP brings back Javascript requirement for code coverage, let's move back to this exclusion. Keeping for reference. -->
+        <!-- sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/*</sonar.exclusions -->
+        <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/**/*</sonar.exclusions>
     </properties>
     <dependencies>
         <dependency>