Skip sonar in common utils-test 90/113390/1
authorJim Hahn <jrh3@att.com>
Wed, 30 Sep 2020 16:41:42 +0000 (12:41 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 30 Sep 2020 16:42:50 +0000 (12:42 -0400)
sonar.tests didn't work, so just switching to sonar.skip, because
utils-test is not used in production code.

Issue-ID: POLICY-2650
Change-Id: I67bf9abda724944e080bbbf3a9bdc108dbd629c8
Signed-off-by: Jim Hahn <jrh3@att.com>
utils-test/pom.xml

index 8680005..b6560b5 100644 (file)
@@ -35,7 +35,7 @@
         <powermock.version>2.0.4</powermock.version>
 
         <!-- this whole module is test code -->
-        <sonar.tests>src/main,src/test</sonar.tests>
+        <sonar.skip>true</sonar.skip>
     </properties>
 
     <dependencies>