blob: 4d2951a86614b1a35ed3236773b5306777fe6605 [file] [log] [blame]
Bilal A56f97fa2019-02-14 14:49:44 -05001<!--
2 ============LICENSE_START=======================================================
3 ONAP Policy API
4 ================================================================================
Pamela Dragosh20eef602020-01-14 14:57:58 -05005 Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
Bilal A56f97fa2019-02-14 14:49:44 -05006 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
19 -->
20<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">
21 <modelVersion>4.0.0</modelVersion>
22 <parent>
23 <groupId>org.onap.policy.api</groupId>
24 <artifactId>policy-api</artifactId>
Jim Hahneeb2aa12019-09-10 09:57:24 -040025 <version>2.2.0-SNAPSHOT</version>
Bilal A56f97fa2019-02-14 14:49:44 -050026 </parent>
Pamela Dragosh20eef602020-01-14 14:57:58 -050027
Bilal A56f97fa2019-02-14 14:49:44 -050028 <artifactId>testsuites</artifactId>
29 <packaging>pom</packaging>
Pamela Dragosh20eef602020-01-14 14:57:58 -050030
31 <properties>
32 <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
33 <sonar.skip>true</sonar.skip>
34 </properties>
35
Bilal A56f97fa2019-02-14 14:49:44 -050036 <modules>
37 <module>stability</module>
Bilal A47679132019-04-08 11:28:58 -040038 <module>performance</module>
Bilal A56f97fa2019-02-14 14:49:44 -050039 </modules>
Pamela Dragosh20eef602020-01-14 14:57:58 -050040</project>