Setup for Sonar 21/2421/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 5 Feb 2020 11:24:44 +0000 (12:24 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 5 Feb 2020 11:24:51 +0000 (12:24 +0100)
Change-Id: If766cc86066f9b25087817fc3debf0ec893845be
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 49446a8..3a1dfba 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <name>nonrtric</name>
     <modules>
         <module>policy-agent</module>
-       <module>sdnc-a1-controller</module>
+        <module>sdnc-a1-controller</module>
         <module>dashboard</module>
         <module>near-rt-ric-simulator</module>
     </modules>
- </project>
+    <build>
+        <plugins>
+            <!-- support sonar in multi-module project -->
+            <plugin>
+                <groupId>org.sonarsource.scanner.maven</groupId>
+                <artifactId>sonar-maven-plugin</artifactId>
+                <version>3.6.0.1398</version>
+            </plugin>
+        </plugins>
+    </build>
+</project>