Remove Toggle
[sdc.git] / ui-ci / pom.xml
index e2508d1..c6d8c2d 100644 (file)
@@ -1,5 +1,5 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+                xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
        <modelVersion>4.0.0</modelVersion>
 
@@ -9,7 +9,7 @@
        <parent>
                <groupId>org.openecomp.sdc</groupId>
                <artifactId>sdc-main</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <properties>
 
                <dependency>
                        <groupId>net.lightbody.bmp</groupId>
-                       <!-- To use the legacy, Jetty-based implementation, change the artifactId 
+                       <!-- To use the legacy, Jetty-based implementation, change the artifactId
                                to browsermob-core -->
                        <artifactId>browsermob-core</artifactId>
                        <version>2.1.4</version>
                                        </execution>
                                </executions>
                        </plugin>
+
                </plugins>
        </build>
        <profiles>
                                                                </configuration>
                                                        </execution>
 
+                                                       <execution>
+                                                               <id>copy-csar-files</id>
+                                                               <phase>verify</phase>
+                                                               <goals>
+                                                                       <goal>copy-resources</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <outputDirectory>sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files/VNFs</outputDirectory>
+                                                                       <resources>
+                                                                               <resource>
+                                                                                       <directory>${project.parent.basedir}/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files/VNFs</directory>
+                                                                                       <includes>
+                                                                                               <include>*</include>
+                                                                                       </includes>
+                                                                               </resource>
+                                                                       </resources>
+                                                               </configuration>
+                                                       </execution>
+
                                                        <execution>
                                                                <id>copy-resources-ui-ci</id>
                                                                <phase>verify</phase>
                                                                                <dockerFileDir>${project.basedir}/sdc-ui-tests</dockerFileDir>
                                                                                <tags>
                                                                                        <tag>${docker.tag}</tag>
-                                                                                       <tag>${docker.latest.tag}</tag>
                                                                                        <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag>
                                                                                </tags>
                                                                        </build>