diff options
Diffstat (limited to 'client/pom.xml')
-rw-r--r-- | client/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/pom.xml b/client/pom.xml index 7702b63d3..0999c6a3c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -33,6 +33,8 @@ <name>${project.artifactId}</name> <description>Web client for managing Apex engines</description> <modules> + <module>client-common</module> <module>client-monitoring</module> + <module>client-deployment</module> </modules> </project>
\ No newline at end of file |