Modify pom to exclude 3rd party javascript
[policy/engine.git] / ONAP-SDK-APP / pom.xml
index 5a2cab5..e6ef8ed 100644 (file)
@@ -38,6 +38,7 @@
                <skipassembly>true</skipassembly>
                <!-- Tests usually require some setup that maven cannot do, so skip. -->
                <jackson.version>2.6.0</jackson.version>
+           <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/**/*</sonar.exclusions>
        </properties>
        <profiles>
                <!-- disable doclint, a new feature in Java 8, when generating javadoc -->
@@ -74,7 +75,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.19.1</version>
                                <configuration>
                                        <skipTests>${skiptests}</skipTests>
                                        <includes>