Fix cds ui build 87/83387/2
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 26 Mar 2019 16:44:59 +0000 (12:44 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 26 Mar 2019 17:37:31 +0000 (17:37 +0000)
Change-Id: I0ce7472367348f044ef81f49613876083a2332ff
Issue-ID: CCSDK-1177
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
cds-ui/application/.dockerignore [moved from cds-ui/.dockerignore with 100% similarity]
cds-ui/application/Dockerfile [moved from cds-ui/Dockerfile with 100% similarity]
cds-ui/application/pom.xml
pom.xml

index 8426559..3ab1d33 100644 (file)
@@ -56,7 +56,7 @@ limitations under the License.
                             <goal>execute</goal>
                         </goals>
                         <configuration>
-                            <source>../TagVersion.groovy</source>
+                            <source>${project.basedir}/../../TagVersion.groovy</source>
                         </configuration>
                     </execution>
                 </executions>
@@ -80,7 +80,6 @@ limitations under the License.
                                     <name>${image.name}</name>
                                     <build>
                                         <cleanup>try</cleanup>
-                                        <dockerFileDir>..</dockerFileDir>
                                         <tags>
                                             <tag>${project.docker.latestminortag.version}</tag>
                                             <tag>${project.docker.latestfulltag.version}</tag>
diff --git a/pom.xml b/pom.xml
index e229fa9..8c989ba 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -36,9 +36,9 @@ limitations under the License.
     <description>CCSDK Controller Design Studio</description>
 
     <modules>
-        <!--<module>cds-ui</module>-->
-        <module>components</module>
-        <module>ms</module>
+        <module>cds-ui</module>
+        <!--<module>components</module>-->
+        <!--<module>ms</module>-->
     </modules>
 
     <url>https://wiki.onap.org</url>