MR-ZZC | 86bcc31 | 2016-09-21 11:23:05 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | |
| 4 | Copyright 2016 Huawei Technologies Co., Ltd. |
| 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 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 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 | 985b210 | 2016-09-23 21:52:17 +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 | <parent> |
| 22 | <groupId>org.openo.gso.gui</groupId> |
| 23 | <artifactId>openo-portal</artifactId> |
| 24 | <version>1.0.0-SNAPSHOT</version> |
| 25 | </parent> |
| 26 | |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <artifactId>portal-resmgr</artifactId> |
MR-ZZC | 86bcc31 | 2016-09-21 11:23:05 +0800 | [diff] [blame] | 29 | <version>1.0.0-SNAPSHOT</version> |
Seshu-Kumar-M | 985b210 | 2016-09-23 21:52:17 +0800 | [diff] [blame^] | 30 | <packaging>pom</packaging> |
| 31 | <!-- |
MR-ZZC | 86bcc31 | 2016-09-21 11:23:05 +0800 | [diff] [blame] | 32 | <build> |
| 33 | <plugins> |
| 34 | <plugin> |
| 35 | <groupId>org.apache.maven.plugins</groupId> |
| 36 | <artifactId>maven-war-plugin</artifactId> |
| 37 | <configuration> |
| 38 | <failOnMissingWebXml>false</failOnMissingWebXml> |
| 39 | </configuration> |
| 40 | </plugin> |
| 41 | </plugins> |
Seshu-Kumar-M | 985b210 | 2016-09-23 21:52:17 +0800 | [diff] [blame^] | 42 | </build> --> |
MR-ZZC | 86bcc31 | 2016-09-21 11:23:05 +0800 | [diff] [blame] | 43 | </project> |