aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarthurdent3 <tn1381@att.com>2018-02-08 16:58:52 -0500
committerarthurdent3 <tn1381@att.com>2018-02-08 16:58:52 -0500
commit7651ec40142cbf673c365156a3cf876150eb4d1d (patch)
tree680157c69ab34c06749a9a8760b138255af0541b
parente99b7fa829bf957c2a46223a1a20a32aebeda91b (diff)
Adding sonar plugin for sonar scans
Issue-ID: MUSIC-24 Change-Id: Ib5860d1506435ac257def7d0b9a3157cebb94e45 Signed-off-by: arthurdent3 <tn1381@att.com>
-rwxr-xr-xpom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2e44a02f..d7da2bda 100755
--- a/pom.xml
+++ b/pom.xml
@@ -135,6 +135,11 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.2</version>
+ </plugin>
</plugins>
</build>
@@ -244,7 +249,6 @@
<artifactId>swagger-jersey-jaxrs</artifactId>
<version>1.5.0</version>
</dependency>
-
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>