update pom and change aaf config
[portal.git] / portal-FE-os / pom.xml
index 615e7fa..4c8a529 100644 (file)
@@ -10,6 +10,7 @@
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <skipnode>false</skipnode>
                <skipcopy>false</skipcopy>
+               <skipTests>false</skipTests>
                <sonar.typescript.lcov.reportPaths>coverage/lcov.info</sonar.typescript.lcov.reportPaths>
         <sonar.sources>src</sonar.sources>
                <sonar.projectKey>portal-FE-os</sonar.projectKey>
                                                        <arguments>install</arguments>
                                                </configuration>
                                        </execution>
-                                       
+                                         
                                        <execution>
                                                <id>npm run test</id>
                                                <goals>
 
                                                <configuration>
                                                        <arguments>run-script test</arguments>
+                                                       <skip>${skipTests}</skip>
                                                </configuration>
                                        </execution>