blob: 469b175fa6726adbfca57980c95b66e3a6ba5cad [file] [log] [blame]
Piotr Jaszczykdde383a2018-11-28 15:46:50 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ ============LICENSE_START=======================================================
4 ~ dcaegen2-collectors-veshv
5 ~ ================================================================================
Michal Banka51601432021-03-31 13:43:34 +02006 ~ Copyright (C) 2018-2021 NOKIA
efiacor95543182022-02-07 11:18:11 +00007 ~ Copyright (C) 2022 Nordix Foundation
Piotr Jaszczykdde383a2018-11-28 15:46:50 +01008 ~ ================================================================================
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>
efiacor95543182022-02-07 11:18:11 +000036 <version>${revision}</version>
37 <relativePath>../pom.xml</relativePath>
Piotr Jaszczykdde383a2018-11-28 15:46:50 +010038 </parent>
39
40 <artifactId>hv-collector-build</artifactId>
Piotr Jaszczykdde383a2018-11-28 15:46:50 +010041 <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>