summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/assembly.xml
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-08-04 12:04:00 +0800
committeryunlong ying <ying.yunlong@zte.com.cn>2017-08-07 23:23:22 +0000
commitc70b72ba6982e077d997f5ea87e4dd3e2ff5634c (patch)
tree2e752bd50b107e87015befe10c1313e13c6ca987 /gvnfmadapter/assembly.xml
parentb74d493512d0f915f57a427aa53b1b87deabbda6 (diff)
Refactor vfc-gvnfm-zte-driver pom file
As the seed code come from openo, there are some labels is openo in the pom file, change it to onap. Change-Id: Ib98bb7397fb5275fa4d751b14871824954e150fc Issue-ID: VFC-77 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/assembly.xml')
-rw-r--r--gvnfmadapter/assembly.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gvnfmadapter/assembly.xml b/gvnfmadapter/assembly.xml
index 30a2649..de29975 100644
--- a/gvnfmadapter/assembly.xml
+++ b/gvnfmadapter/assembly.xml
@@ -16,7 +16,7 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
- <id>drivers-vnfm-gvnfm-gvnfmadapter</id>
+ <id>nfvo-driver-vnfm-gvnfm-gvnfmadapter</id>
<formats>
<format>zip</format>
</formats>
@@ -47,5 +47,5 @@
</includes>
</fileSet>
</fileSets>
- <baseDirectory>nfvo/drivers/vnfm/gvnfm/gvnfmadapter</baseDirectory>
+ <baseDirectory>vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter</baseDirectory>
</assembly>