Update gvnfm driver pom and assembly 51/10451/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Wed, 6 Sep 2017 02:02:07 +0000 (10:02 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Wed, 6 Sep 2017 02:02:07 +0000 (10:02 +0800)
Change-Id: Ie33c3d18f3db5726f27fd3a441cd86ae0b39044a
Issue-ID: VFC-284
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
gvnfmadapter/assembly.xml
pom.xml

index de29975..7fa8c75 100644 (file)
                 <include>*.txt</include>
             </includes>
         </fileSet>
+        <fileSet>
+            <directory>docker</directory>
+            <outputDirectory>/docker</outputDirectory>
+            <includes>
+                <include>*.sh</include>
+                <include>Dockerfile</include>
+            </includes>
+        </fileSet>
         <fileSet>
             <directory>.</directory>
             <outputDirectory>/</outputDirectory>
diff --git a/pom.xml b/pom.xml
index a3c18cd..00d9a5f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,5 @@
     <description>vfc nfvo drivers-vnfm-gvnfm</description>
     <modules>
         <module>gvnfmadapter</module>
-        <module>juju</module>
     </modules>
 </project>