diff options
author | “shentao” <shentao@chinamobile.com> | 2016-09-18 19:17:29 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-09-18 19:17:29 +0800 |
commit | ecdf5839b8c1c17b0b774466627c7ee10e83e764 (patch) | |
tree | c1f1f8aa156c71100c61114187dfc513617117ae /openo-portal/pom.xml | |
parent | 2fc6f5b555e9b46625f3dbc88a6a9f99d213fd49 (diff) |
modify common module
Change-Id: Id2553bbffe2a3aea2e944c0a8fcec771b5ccf277
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/pom.xml')
-rw-r--r-- | openo-portal/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 20585b1b..e6dbf7b3 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -27,4 +27,9 @@ <artifactId>openo-portal</artifactId> <packaging>pom</packaging> <name>portal</name> + + <modules> + <module>portal-package</module> + <module>portal-common</module> + </modules> </project> |