diff options
author | Murali-P <murali.p@huawei.com> | 2017-11-22 14:47:05 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2017-11-22 14:47:05 +0530 |
commit | 2a116ae80d6d6b75f928784828c4de566f7dab42 (patch) | |
tree | 9bb1dc38743027267716816520ac5157206e0430 | |
parent | efd658af8205a0e9b9f7e9868b759d3d0050666e (diff) |
Deployment folder name is wrong
Issue-ID: VNFSDK-131
Change-Id: I9cda379d6bd40b1a685d1a0809bfd8b7790098bd
Signed-off-by: Murali-P <murali.p@huawei.com>
-rw-r--r-- | vnfmarket-be/deployment/zip/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfmarket-be/deployment/zip/pom.xml b/vnfmarket-be/deployment/zip/pom.xml index a36bebac..57a31fb9 100644 --- a/vnfmarket-be/deployment/zip/pom.xml +++ b/vnfmarket-be/deployment/zip/pom.xml @@ -68,7 +68,7 @@ ant.mkdir(dir: "${deployUnzip}") ant.mkdir(dir: "${deployUnzip}/webapps/ROOT") - ant.mkdir(dir: "${deployUnzip}/webapps/openoui") + ant.mkdir(dir: "${deployUnzip}/webapps/onapui") ant.copy(todir: "${deployUnzip}") { fileset(dir: "${basedir}/src/main/release"){ @@ -80,7 +80,7 @@ fileset(dir: "${project.build.directory}/../../../vnf-sdk-marketplace/target/ROOT") } - ant.copy(todir: "${deployUnzip}/webapps/openoui") { + ant.copy(todir: "${deployUnzip}/webapps/onapui") { fileset(dir: "${project.build.directory}/../../../../vnfmarket/src/main/webapp") } |