Adding sonar plugin for sonar scans
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2e44a02..d7da2bd 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                                        </execution>
                                </executions>
                        </plugin>
+                        <plugin>
+                            <groupId>org.codehaus.mojo</groupId>
+                            <artifactId>sonar-maven-plugin</artifactId>
+                            <version>3.2</version>
+                        </plugin>
                </plugins>
        </build>
 
                        <artifactId>swagger-jersey-jaxrs</artifactId>
                        <version>1.5.0</version>
                </dependency>
-               
     <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>