blob: 5a53ff25726019b22307c2364c1f832e97aa1e24 [file] [log] [blame]
Thomas Vachuska7399e482014-12-01 21:27:42 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2014-present Open Networking Foundation
Thomas Vachuska7399e482014-12-01 21:27:42 -08004 ~
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>
Brian O'Connorabafb502014-12-02 22:26:20 -080023 <groupId>org.onosproject</groupId>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080024 <artifactId>onos-base</artifactId>
25 <version>1</version>
26 <relativePath>../../build/pom.xml</relativePath>
Thomas Vachuska7399e482014-12-01 21:27:42 -080027 </parent>
28
Brian O'Connor33a2b752015-06-05 20:12:45 -070029 <groupId>org.onosproject</groupId>
Thomas Vachuska7399e482014-12-01 21:27:42 -080030 <artifactId>onos-archetypes</artifactId>
ONOS Jenkins User608e9712020-03-24 16:44:32 +000031 <version>2.2.2-rc4</version>
Thomas Vachuska7399e482014-12-01 21:27:42 -080032 <packaging>pom</packaging>
33
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080034 <description>ONOS archetypes project</description>
Thomas Vachuska7399e482014-12-01 21:27:42 -080035
36 <modules>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080037 <module>api</module>
Thomas Vachuska7399e482014-12-01 21:27:42 -080038 <module>bundle</module>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080039 <module>cli</module>
Thomas Vachuska36be65f2015-12-08 12:36:15 -080040 <module>rest</module>
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -070041 <module>ui</module>
Sean Condona36f65c2019-05-20 08:21:41 +010042 <module>ui2</module>
Simon Hunt84f4c2a2015-09-23 17:52:45 -070043 <module>uitab</module>
Simon Hunt1ee09852015-09-29 12:28:14 -070044 <module>uitopo</module>
Thomas Vachuska7399e482014-12-01 21:27:42 -080045 </modules>
46
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080047 <build>
48 <extensions>
49 <extension>
50 <groupId>org.apache.maven.archetype</groupId>
51 <artifactId>archetype-packaging</artifactId>
Thomas Vachuska64b0ade2018-11-01 15:26:26 -070052 <version>3.0.1</version>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080053 </extension>
54 </extensions>
55
56 <pluginManagement>
57 <plugins>
58 <plugin>
59 <artifactId>maven-archetype-plugin</artifactId>
Thomas Vachuska64b0ade2018-11-01 15:26:26 -070060 <version>3.0.1</version>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080061 </plugin>
62 </plugins>
63 </pluginManagement>
64 </build>
65
Thomas Vachuska7399e482014-12-01 21:27:42 -080066</project>