29c1821f5040a448467c1db2c7041e80be460e90
[controller.git] / opendaylight / md-sal / sal-test-model / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.mdsal</groupId>
8         <artifactId>binding-parent</artifactId>
9         <version>0.12.0-SNAPSHOT</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.controller</groupId>
14     <artifactId>sal-test-model</artifactId>
15     <version>1.7.0-SNAPSHOT</version>
16     <packaging>bundle</packaging>
17
18     <dependencies>
19         <dependency>
20             <groupId>org.opendaylight.mdsal.model</groupId>
21             <artifactId>yang-ext</artifactId>
22         </dependency>
23     </dependencies>
24
25     <scm>
26         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
27         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
28         <tag>HEAD</tag>
29         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
30     </scm>
31
32     <!--
33         Maven Site Configuration
34  
35         The following configuration is necessary for maven-site-plugin to
36         correctly identify the correct deployment path for OpenDaylight Maven
37         sites.
38     -->
39     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
40  
41     <distributionManagement>
42         <site>
43             <id>opendaylight-site</id>
44             <url>${nexus.site.url}/${project.artifactId}/</url>
45         </site>
46     </distributionManagement>
47 </project>