seshukm | 80b299e | 2017-03-08 11:54:56 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | |
| 4 | Copyright 2016-2017 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 | --> |
| 19 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 20 | <parent> |
Murali | f1d4f8f | 2017-11-08 05:53:24 +0000 | [diff] [blame] | 21 | <groupId>org.onap.vnfsdk.refrepo</groupId> |
Murali | f6df5e1 | 2017-09-06 17:14:26 +0000 | [diff] [blame] | 22 | <artifactId>oparent</artifactId> |
Murali-P | 09763e9 | 2018-03-27 10:50:54 +0530 | [diff] [blame] | 23 | <version>1.1.0</version> |
seshukm | 80b299e | 2017-03-08 11:54:56 +0530 | [diff] [blame] | 24 | </parent> |
| 25 | |
| 26 | <modelVersion>4.0.0</modelVersion> |
Murali | f6df5e1 | 2017-09-06 17:14:26 +0000 | [diff] [blame] | 27 | <artifactId>vnfmarket-gui</artifactId> |
Victor Gao | feae7a6 | 2019-05-06 20:07:38 +0800 | [diff] [blame] | 28 | <version>1.3.0</version> |
seshukm | 80b299e | 2017-03-08 11:54:56 +0530 | [diff] [blame] | 29 | <packaging>war</packaging> |
| 30 | <name>client-gui/vnfmarket</name> |
| 31 | |
| 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> |
| 42 | </build> |
| 43 | </project> |