aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-01 12:19:48 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-05 12:04:01 +0530
commit46525e3d52cfba3197f81d9afb29485ec4f7892a (patch)
tree0450df55e697be6f15b781c7c0bcb1f63cf1e4ca
parent4c0471ebd88c90e9c9fa1b47c59c5d1d8a530498 (diff)
VTP: Enable grpc part of deployment
Issue-ID: VNFSDK-304 Change-Id: Iafc855838cb59f9550abb4ddbe4b567caa251c07 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--deployment/zip/pom.xml2
-rw-r--r--pom.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml
index eba890af..fa370ebb 100644
--- a/deployment/zip/pom.xml
+++ b/deployment/zip/pom.xml
@@ -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 203594aa..20c192b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,10 +41,9 @@
<module>profiles</module>
<module>products</module>
<module>main</module>
- <module>deployment</module>
<module>validate</module>
-
<module>grpc</module>
+ <module>deployment</module>
</modules>
<distributionManagement>