aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>