diff options
author | Tao Shen <shentao@chinamobile.com> | 2016-09-27 13:33:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-09-27 13:33:35 +0000 |
commit | 39f5d1505b03efcc7ab6abfe9fcc374885ec5ea9 (patch) | |
tree | a0f859fdf2277c0803e13ee91718cc5b6557f90d /openo-portal/pom.xml | |
parent | 7161f0c4de0f4dc4acf8d2109eedaf5acd35b12d (diff) | |
parent | 1f46ffc705728c5f1463743b4b255043b535026b (diff) |
Merge "modify pom.xml files to integrate all modules for deployment"
Diffstat (limited to 'openo-portal/pom.xml')
-rw-r--r-- | openo-portal/pom.xml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 28dba218..46693b65 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -15,26 +15,28 @@ See the License for the specific language governing permissions and limitations under the License. --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.openo.gso.gui</groupId> - <artifactId>gso-gui</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>..</relativePath> + <groupId>org.openo.gso.gui</groupId> + <artifactId>gso-gui</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> + + <groupId>org.openo.portal</groupId> <modelVersion>4.0.0</modelVersion> <artifactId>openo-portal</artifactId> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>portal</name> <modules> - <module>portal-package</module> - <module>portal-common</module> - <module>portal-resmgr</module> - <module>portal-extsys</module> - <module>portal-catalog</module> - <module>portal-auth</module> - <module>portal-lifecyclemgr</module> + <module>portal-package</module> + <module>portal-common</module> + <module>portal-resmgr</module> + <module>portal-extsys</module> + <module>portal-catalog</module> + <module>portal-auth</module> + <module>portal-lifecyclemgr</module> </modules> </project> |