update pom and change aaf config
[portal.git] / portal-FE-os / pom.xml
index af265d0..4c8a529 100644 (file)
@@ -4,12 +4,13 @@
 
        <groupId>org.onap.portal</groupId>
        <artifactId>portal-FE-os</artifactId>
-       <version>3.3.0</version>
+       <version>3.4.0</version>
 
        <properties>
                <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>
@@ -70,7 +71,7 @@
 
                                </executions>
                        </plugin>
-
+                       
                        <plugin>
                                <groupId>com.github.eirslett</groupId>
                                <artifactId>frontend-maven-plugin</artifactId>
                                                        <arguments>install</arguments>
                                                </configuration>
                                        </execution>
-                                       
+                                         
                                        <execution>
                                                <id>npm run test</id>
                                                <goals>
 
                                                <configuration>
                                                        <arguments>run-script test</arguments>
+                                                       <skip>${skipTests}</skip>
                                                </configuration>
                                        </execution>
 
 
                                </executions>
                        </plugin>
+                       
                </plugins>
        </build>
 </project>