c81dba75de1064a561d536ba1ddc709c241d9a25
[controller.git] / opendaylight / commons / parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <prerequisites>
5     <maven>3.0</maven>
6   </prerequisites>
7   <groupId>org.opendaylight.controller</groupId>
8   <artifactId>commons.parent</artifactId>
9   <version>1.0.2-SNAPSHOT</version>
10   <packaging>pom</packaging>
11   <scm>
12     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
13     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
14     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
15     <tag>HEAD</tag>
16   </scm>
17
18   <properties>
19     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
20     <nexus.repository.release>opendaylight.release</nexus.repository.release>
21     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
22     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
23     <releaseplugin.version>2.3.2</releaseplugin.version>
24   </properties>
25   <build>
26     <plugins>
27       <plugin>
28         <groupId>org.apache.maven.plugins</groupId>
29         <artifactId>maven-release-plugin</artifactId>
30         <version>${releaseplugin.version}</version>
31       </plugin>
32     </plugins>
33   </build>
34   <distributionManagement>
35     <!-- OpenDayLight Released artifact -->
36     <repository>
37       <id>opendaylight-release</id>
38       <url>${nexusproxy}/repositories/${nexus.repository.release}/</url>
39     </repository>
40     <!-- OpenDayLight Snapshot artifact -->
41     <snapshotRepository>
42       <id>opendaylight-snapshot</id>
43       <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
44     </snapshotRepository>
45     <!-- Site deployment -->
46     <site>
47       <id>website</id>
48       <url>${sitedeploy}</url>
49     </site>
50   </distributionManagement>
51 </project>