Modify pom to exclude 3rd party javascript
[policy/engine.git] / POLICY-SDK-APP / pom.xml
index fe861fe..5adb5d1 100644 (file)
@@ -30,7 +30,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.19.1</version>
                                <configuration>
                                        <skipTests>${skiptests}</skipTests>
                                        <includes>
@@ -56,6 +55,7 @@
                <skipassembly>true</skipassembly>
                <skiptests>false</skiptests>
                <jackson.version>2.6.0</jackson.version>
+           <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/*</sonar.exclusions>               
        </properties>
        <dependencies>
                <dependency>