Adding required DB table for LCM functionality
[appc/deployment.git] / installation / appc / pom.xml
index 8addab1..cedded3 100644 (file)
                                                </configuration>
                                        </execution>
                                        
-                                       <!-- Commented tags in case / when appc needs to add .dump mysql files or keystore files -->
-                                       <!--<execution>
+                                       <execution>
                                                <id>copy-data</id>
                                                <goals>
                                                        <goal>copy-resources</goal>
                                                </goals>
                                                <phase>validate</phase>
                                                <configuration>
-                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/sdnc/data</outputDirectory>
+                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>src/main/resources</directory>
@@ -94,7 +93,7 @@
                                                                </resource>
                                                        </resources>
                                                </configuration>
-                                       </execution>-->
+                                       </execution>
                                        
                                        <execution>
                                                <id>copy-keystores</id>
                                                                </configuration>
                                                        </execution>
 
-                                                       <!-- Two commented execution tags below in case / when appc needs 
-                                                               to add .dump mysql files or keystore files -->
-                                                       <!-- <execution>
+                                                       <execution>
                                                                <id>copy-data</id>
                                                                <goals>
                                                                        <goal>copy-resources</goal>
                                                                </goals>
                                                                <phase>validate</phase>
                                                                <configuration>
-                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/sdnc/data</outputDirectory>
+                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data</outputDirectory>
                                                                        <resources>
                                                                                <resource>
                                                                                        <directory>src/main/resources</directory>
                                                                                </resource>
                                                                        </resources>
                                                                </configuration>
-                                                       </execution> -->
+                                                       </execution>
                                                        
                                                        <execution>
                                                                <id>copy-keystores</id>