“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
“shentao” | 5a3eed4 | 2016-09-23 13:12:04 +0800 | [diff] [blame] | 3 | Copyright 2016, CMCC Technologies Co., Ltd. |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 19 | <parent> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 20 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 21 | <artifactId>openo-portal</artifactId> |
| 22 | <version>1.0.0-SNAPSHOT</version> |
| 23 | </parent> |
| 24 | |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | <artifactId>portal-package</artifactId> |
| 27 | <packaging>war</packaging> |
| 28 | |
| 29 | <dependencies> |
| 30 | <dependency> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 31 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 32 | <artifactId>portal-common</artifactId> |
| 33 | <version>1.0.0-SNAPSHOT</version> |
| 34 | <type>war</type> |
| 35 | </dependency> |
huangjian | b3245af | 2016-09-27 10:45:31 +0800 | [diff] [blame] | 36 | <dependency> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 37 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 38 | <artifactId>portal-resmgr</artifactId> |
| 39 | <version>1.0.0-SNAPSHOT</version> |
| 40 | <type>war</type> |
| 41 | </dependency> |
| 42 | <dependency> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 43 | <groupId>org.openo.gso.gui</groupId> |
huangjian | b3245af | 2016-09-27 10:45:31 +0800 | [diff] [blame] | 44 | <artifactId>portal-extsys</artifactId> |
| 45 | <version>1.0.0-SNAPSHOT</version> |
| 46 | <type>war</type> |
| 47 | </dependency> |
| 48 | <dependency> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 49 | <groupId>org.openo.gso.gui</groupId> |
huangjian | b3245af | 2016-09-27 10:45:31 +0800 | [diff] [blame] | 50 | <artifactId>portal-catalog</artifactId> |
| 51 | <version>1.0.0-SNAPSHOT</version> |
| 52 | <type>war</type> |
| 53 | </dependency> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 54 | <dependency> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 55 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 56 | <artifactId>portal-auth</artifactId> |
| 57 | <version>1.0.0-SNAPSHOT</version> |
| 58 | <type>war</type> |
| 59 | </dependency> |
| 60 | <dependency> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 61 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 62 | <artifactId>portal-lifecyclemgr</artifactId> |
| 63 | <version>1.0.0-SNAPSHOT</version> |
| 64 | <type>war</type> |
| 65 | </dependency> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 66 | </dependencies> |
| 67 | |
| 68 | <build> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 69 | <finalName>openo-portal</finalName> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 70 | <plugins> |
| 71 | <plugin> |
| 72 | <groupId>org.apache.maven.plugins</groupId> |
| 73 | <artifactId>maven-war-plugin</artifactId> |
| 74 | <configuration> |
| 75 | <packagingExcludes>WEB-INF/web.xml</packagingExcludes> |
| 76 | <overlays> |
| 77 | <overlay> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 78 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 79 | <artifactId>portal-common</artifactId> |
| 80 | </overlay> |
huangjian | b3245af | 2016-09-27 10:45:31 +0800 | [diff] [blame] | 81 | <overlay> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 82 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 83 | <artifactId>portal-resmgr</artifactId> |
| 84 | </overlay> |
| 85 | <overlay> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 86 | <groupId>org.openo.gso.gui</groupId> |
huangjian | b3245af | 2016-09-27 10:45:31 +0800 | [diff] [blame] | 87 | <artifactId>portal-extsys</artifactId> |
| 88 | </overlay> |
| 89 | <overlay> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 90 | <groupId>org.openo.gso.gui</groupId> |
huangjian | b3245af | 2016-09-27 10:45:31 +0800 | [diff] [blame] | 91 | <artifactId>portal-catalog</artifactId> |
| 92 | </overlay> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 93 | <overlay> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 94 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 95 | <artifactId>portal-auth</artifactId> |
| 96 | </overlay> |
| 97 | <overlay> |
“shentao” | 3a7ed64 | 2016-09-27 22:01:08 +0800 | [diff] [blame^] | 98 | <groupId>org.openo.gso.gui</groupId> |
“shentao” | 1f46ffc | 2016-09-27 21:26:27 +0800 | [diff] [blame] | 99 | <artifactId>portal-lifecyclemgr</artifactId> |
| 100 | </overlay> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 101 | </overlays> |
| 102 | </configuration> |
| 103 | </plugin> |
| 104 | </plugins> |
| 105 | </build> |
| 106 | </project> |