Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ ============LICENSE_START======================================================= |
| 4 | ~ dcaegen2-collectors-veshv |
| 5 | ~ ================================================================================ |
Michal Banka | 5160143 | 2021-03-31 13:43:34 +0200 | [diff] [blame] | 6 | ~ Copyright (C) 2018-2021 NOKIA |
efiacor | 9554318 | 2022-02-07 11:18:11 +0000 | [diff] [blame] | 7 | ~ Copyright (C) 2022 Nordix Foundation |
Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 8 | ~ ================================================================================ |
| 9 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | ~ you may not use this file except in compliance with the License. |
| 11 | ~ You may obtain a copy of the License at |
| 12 | ~ |
| 13 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | ~ |
| 15 | ~ Unless required by applicable law or agreed to in writing, software |
| 16 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | ~ See the License for the specific language governing permissions and |
| 19 | ~ limitations under the License. |
| 20 | ~ ============LICENSE_END========================================================= |
| 21 | --> |
| 22 | <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"> |
| 23 | |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | |
| 26 | <licenses> |
| 27 | <license> |
| 28 | <name>The Apache Software License, Version 2.0</name> |
| 29 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 30 | </license> |
| 31 | </licenses> |
| 32 | |
| 33 | <parent> |
| 34 | <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> |
| 35 | <artifactId>ves-hv-collector</artifactId> |
efiacor | 9554318 | 2022-02-07 11:18:11 +0000 | [diff] [blame] | 36 | <version>${revision}</version> |
| 37 | <relativePath>../pom.xml</relativePath> |
Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 38 | </parent> |
| 39 | |
| 40 | <artifactId>hv-collector-build</artifactId> |
Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 41 | <description>VES HighVolume Collector :: Build-time modules</description> |
| 42 | <packaging>pom</packaging> |
| 43 | |
| 44 | <modules> |
| 45 | <module>hv-collector-analysis</module> |
| 46 | <module>hv-collector-coverage</module> |
| 47 | </modules> |
| 48 | </project> |