diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-06 10:02:07 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-06 10:02:07 +0800 |
commit | c8ad13d7b66512f320d806b0b5a2ef0d0703273c (patch) | |
tree | 656b0b803d25e8e4bf382c4ab89ef89069a972e5 | |
parent | a8a37357aee6d1f242e7caa0e7051d139cb2045c (diff) |
Update gvnfm driver pom and assembly
Change-Id: Ie33c3d18f3db5726f27fd3a441cd86ae0b39044a
Issue-ID: VFC-284
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r-- | gvnfmadapter/assembly.xml | 8 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gvnfmadapter/assembly.xml b/gvnfmadapter/assembly.xml index de29975..7fa8c75 100644 --- a/gvnfmadapter/assembly.xml +++ b/gvnfmadapter/assembly.xml @@ -37,6 +37,14 @@ </includes> </fileSet> <fileSet> + <directory>docker</directory> + <outputDirectory>/docker</outputDirectory> + <includes> + <include>*.sh</include> + <include>Dockerfile</include> + </includes> + </fileSet> + <fileSet> <directory>.</directory> <outputDirectory>/</outputDirectory> <includes> @@ -29,6 +29,5 @@ <description>vfc nfvo drivers-vnfm-gvnfm</description> <modules> <module>gvnfmadapter</module> - <module>juju</module> </modules> </project> |