Add default Sonar configuration
[odlparent.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11
12     <modelVersion>4.0.0</modelVersion>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>odlparent-aggregator</artifactId>
15     <version>1.5.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17     <prerequisites>
18         <maven>3.0.4</maven>
19     </prerequisites>
20     <scm>
21         <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
22         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
23         <tag>HEAD</tag>
24         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
25     </scm>
26     <distributionManagement>
27         <!-- OpenDayLight Released artifact -->
28         <repository>
29             <id>opendaylight-release</id>
30             <url>${nexusproxy}/repositories/opendaylight.release/</url>
31         </repository>
32         <!-- OpenDayLight Snapshot artifact -->
33         <snapshotRepository>
34             <id>opendaylight-snapshot</id>
35             <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
36         </snapshotRepository>
37         <site>
38             <id>${project.artifactId}-site</id>
39             <url>./</url>
40         </site>
41     </distributionManagement>
42
43     <modules>
44         <module>odlparent</module>
45     </modules>
46 </project>