VTP: Enable grpc part of deployment 07/64607/2
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Sat, 1 Sep 2018 06:49:48 +0000 (12:19 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Wed, 5 Sep 2018 06:34:01 +0000 (12:04 +0530)
Issue-ID: VNFSDK-304

Change-Id: Iafc855838cb59f9550abb4ddbe4b567caa251c07
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
deployment/zip/pom.xml
pom.xml

index eba890a..fa370eb 100644 (file)
@@ -93,6 +93,8 @@
                                 "${project.build.directory}/../../../products/target/lib/")
                                 fileset(dir:
                                 "${project.build.directory}/../../../profiles/target/lib/")
+                                fileset(dir:
+                                "${project.build.directory}/../../../grpc/target/lib/")
                                 }
                                 ant.copy(todir:
                                 "${deployUnzip}/conf") {
diff --git a/pom.xml b/pom.xml
index 203594a..20c192b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <module>profiles</module>
         <module>products</module>
         <module>main</module>
-        <module>deployment</module>
         <module>validate</module>
-
         <module>grpc</module>
+        <module>deployment</module>
   </modules>
 
     <distributionManagement>