Switch default stream output to Magnesium
[controller.git] / opendaylight / archetypes / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2013, 2018 Cisco Systems, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <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">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>odlparent-lite</artifactId>
15     <version>6.0.1</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.controller.archetypes</groupId>
20   <artifactId>archetypes-parent</artifactId>
21   <version>0.11.0-SNAPSHOT</version>
22   <packaging>pom</packaging>
23
24   <build>
25     <extensions>
26       <extension>
27         <groupId>org.apache.maven.archetype</groupId>
28         <artifactId>archetype-packaging</artifactId>
29         <version>${maven.archetype.plugin.version}</version>
30       </extension>
31     </extensions>
32   </build>
33
34   <modules>
35     <module>opendaylight-startup</module>
36   </modules>
37 </project>