summaryrefslogtreecommitdiffstats
path: root/cds-ui/application/pom.xml
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2019-03-26 12:44:59 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2019-03-26 17:37:31 +0000
commita298b9eeec90e7eb4499751ef17e8cc9f9d65111 (patch)
treedfa5641504c5bd82b2c6680c3fc5569be68ad0aa /cds-ui/application/pom.xml
parent4aee3138b446163fe45d4a92758e16068132ac41 (diff)
Fix cds ui build
Change-Id: I0ce7472367348f044ef81f49613876083a2332ff Issue-ID: CCSDK-1177 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'cds-ui/application/pom.xml')
-rw-r--r--cds-ui/application/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml
index 842655934..3ab1d338b 100644
--- a/cds-ui/application/pom.xml
+++ b/cds-ui/application/pom.xml
@@ -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>