Merge "Bug 2820 - LLDP TLV support and testing"
[controller.git] / opendaylight / archetypes / opendaylight-configfile-archetype / 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
5   <groupId>org.opendaylight.controller</groupId>
6   <artifactId>opendaylight-configfile-archetype</artifactId>
7   <version>1.3.0-SNAPSHOT</version>
8   <packaging>maven-archetype</packaging>
9
10
11   <build>
12     <extensions>
13       <extension>
14         <groupId>org.apache.maven.archetype</groupId>
15         <artifactId>archetype-packaging</artifactId>
16         <version>2.2</version>
17       </extension>
18     </extensions>
19
20     <pluginManagement>
21       <plugins>
22         <plugin>
23           <artifactId>maven-archetype-plugin</artifactId>
24           <version>2.2</version>
25         </plugin>
26       </plugins>
27     </pluginManagement>
28   </build>
29
30   <description>Configuration files for md-sal</description>
31
32   <scm>
33     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git/md-sal-config</connection>
34     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git/md-sal-config</developerConnection>
35     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL/md-sal-config</url>
36   </scm>
37
38   <distributionManagement>
39     <repository>
40       <id>opendaylight-release</id>
41       <url>${nexusproxy}/repositories/opendaylight.release/</url>
42     </repository>
43     <snapshotRepository>
44       <id>opendaylight-snapshot</id>
45       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
46     </snapshotRepository>
47     <site>
48       <id>website</id>
49       <url>dav:${nexusproxy}/sites/site/sal-parent</url>
50     </site>
51   </distributionManagement>
52 </project>