diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-19 11:46:06 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-19 11:46:08 +0800 |
commit | 5bd8407b3e2c816c46038e89bd8e79a7df55513c (patch) | |
tree | 3043a8d240ebe1b83918df9963669fd9a0b5fa84 | |
parent | d531a8d08b0d4d0a54bbc4cce26112e4a4042fb8 (diff) |
change usecase-ui server standalone pom
Change-Id: I65968d6605843c8d4c2d4704dd246942c3a79845
Issue-ID: USECASEUI-259
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r-- | standalone/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 1033bf56..73800b39 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -181,8 +181,8 @@ <name>onap/usecase-ui-server</name> <build> <cleanup>try</cleanup> - <dockerFileDir>${dockeroutput}</dockerFileDir> - <dockerFile>${dockeroutput}/Dockerfile</dockerFile> + <dockerFileDir>${basedir}/${dockeroutput}</dockerFileDir> + <dockerFile>${basedir}/${dockeroutput}/Dockerfile</dockerFile> <tags> <tag>${usecaseui.version}-SNAPSHOT-latest</tag> <tag>${usecaseui.version}-STAGING-latest</tag> |