blob: 4f1aee2329a85c9dbdead332fd45a70cf7c54b03 [file] [log] [blame]
Brian O'Connora468e902015-03-18 16:43:49 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07003 ~ Copyright 2015-present Open Networking Laboratory
Brian O'Connora468e902015-03-18 16:43:49 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
23 <groupId>org.onosproject</groupId>
Thomas Vachuskab91356e2015-03-18 17:20:28 -070024 <artifactId>onos-apps</artifactId>
Ray Milkey8fd28c72017-05-02 14:37:34 -070025 <version>1.10.0-SNAPSHOT</version>
Brian O'Connora468e902015-03-18 16:43:49 -070026 </parent>
27
28 <artifactId>onos-apps-test</artifactId>
29 <packaging>pom</packaging>
30
31 <description>ONOS test applications</description>
32
33 <modules>
34 <module>election</module>
Madan Jampani5551f522016-02-23 18:27:19 -080035 <module>loadtest</module>
Brian O'Connora468e902015-03-18 16:43:49 -070036 <module>intent-perf</module>
Madan Jampani6cc224b2015-04-20 16:56:00 -070037 <module>messaging-perf</module>
Madan Jampanic23b6262016-04-07 15:57:22 -070038 <module>flow-perf</module>
Jordan Halterman5d0bbb72017-04-24 13:48:55 -070039 <module>transaction-perf</module>
Thomas Vachuskab6451472015-03-31 16:03:56 -070040 <module>demo</module>
Jon Hall6b687cd2015-04-23 20:04:59 -070041 <module>distributed-primitives</module>
Thomas Vachuska264d9572016-08-04 11:36:26 -070042 <module>netcfg-monitor</module>
Brian O'Connora468e902015-03-18 16:43:49 -070043 </modules>
44
45</project>