summaryrefslogtreecommitdiffstats
path: root/mgr/assembly.xml
diff options
context:
space:
mode:
authorfengyuanxing <feng.yuanxing@zte.com.cn>2017-02-09 11:08:40 +0800
committerfengyuanxing <feng.yuanxing@zte.com.cn>2017-02-09 11:08:40 +0800
commitff65662977a37ac9642096b8ee8cffe3917cdd5d (patch)
tree3a602896c85d6ccee09884dd9f76c368727a4e29 /mgr/assembly.xml
parentedec8df3b8840acc4cec18b02eb3d4a44eb1f351 (diff)
modify pom and assembly files
Change-Id: I236db45e12149743f4946ece6ddacbbe079c9a21 Issue-Id: GVNFM-29 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
Diffstat (limited to 'mgr/assembly.xml')
-rw-r--r--mgr/assembly.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/mgr/assembly.xml b/mgr/assembly.xml
index 08fffa0..788e995 100644
--- a/mgr/assembly.xml
+++ b/mgr/assembly.xml
@@ -16,14 +16,14 @@
<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>lcm</id>
+ <id>mgr</id>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
- <directory>lcm</directory>
- <outputDirectory>/lcm</outputDirectory>
+ <directory>mgr</directory>
+ <outputDirectory>/mgr</outputDirectory>
<includes>
<include>**/*.py</include>
</includes>
@@ -47,5 +47,5 @@
</includes>
</fileSet>
</fileSets>
- <baseDirectory>gvnfm/lcm</baseDirectory>
+ <baseDirectory>gvnfm-vnfmgr/mgr</baseDirectory>
</assembly>