924eb5e3952e42123c2e8258f6c8a0b950692a20
[mdsal.git] / model / ietf / ietf-inet-types-2013-07-15 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <project xmlns="http://maven.apache.org/POM/4.0.0"
4          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6     <parent>
7         <artifactId>model-ietf</artifactId>
8         <groupId>org.opendaylight.mdsal.model</groupId>
9         <version>0.9.3-SNAPSHOT</version>
10     </parent>
11     <modelVersion>4.0.0</modelVersion>
12
13     <artifactId>ietf-inet-types-2013-07-15</artifactId>
14     <version>1.1.3-SNAPSHOT</version>
15     <name>${project.artifactId}</name>
16     <description>${project.artifactId}</description>
17     <packaging>bundle</packaging>
18
19
20     <dependencies>
21         <dependency>
22             <groupId>org.opendaylight.mdsal.model</groupId>
23             <artifactId>ietf-type-util</artifactId>
24         </dependency>
25         <dependency>
26             <groupId>junit</groupId>
27             <artifactId>junit</artifactId>
28             <scope>test</scope>
29         </dependency>
30     </dependencies>
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
48 </project>