“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | |
sunqi310 | 66960c4 | 2016-09-22 19:15:55 +0800 | [diff] [blame] | 4 | Copyright 2016 [ZTE] and others. |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
sunqi310 | 66960c4 | 2016-09-22 19:15:55 +0800 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | |
| 18 | --> |
Seshu-Kumar-M | 81c53dc | 2016-09-23 21:53:10 +0800 | [diff] [blame] | 19 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 22 | <parent> |
huangjian | 9b4b4e1 | 2016-09-20 12:26:41 +0800 | [diff] [blame] | 23 | <groupId>org.openo.gso.gui</groupId> |
| 24 | <artifactId>openo-portal</artifactId> |
| 25 | <version>1.0.0-SNAPSHOT</version> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 26 | </parent> |
huangjian | 9b4b4e1 | 2016-09-20 12:26:41 +0800 | [diff] [blame] | 27 | <artifactId>portal-extsys</artifactId> |
MR-ZZC | 001e921 | 2016-09-21 17:44:37 +0800 | [diff] [blame] | 28 | <packaging>war</packaging> |
| 29 | |
| 30 | <build> |
| 31 | <plugins> |
| 32 | <plugin> |
| 33 | <groupId>org.apache.maven.plugins</groupId> |
| 34 | <artifactId>maven-war-plugin</artifactId> |
| 35 | <configuration> |
| 36 | <failOnMissingWebXml>false</failOnMissingWebXml> |
| 37 | </configuration> |
Seshu-Kumar-M | 81c53dc | 2016-09-23 21:53:10 +0800 | [diff] [blame] | 38 | </plugin> |
| 39 | </plugins> |
| 40 | </build> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 41 | </project> |