Refresh topology models and make them build
[mdsal.git] / model / ietf / ietf-ted / pom.xml
1 <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">
2
3     <parent>
4         <artifactId>model-ietf</artifactId>
5         <groupId>org.opendaylight.yangtools.model</groupId>
6         <version>0.1.1-SNAPSHOT</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>ietf-ted</artifactId>
11     <version>2013.10.21.0-SNAPSHOT</version>
12     <name>${project.artifactId}</name>
13     <description>${project.artifactId}</description>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.opendaylight.yangtools.model</groupId>
18             <artifactId>ietf-inet-types</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>org.opendaylight.yangtools.model</groupId>
22             <artifactId>ietf-yang-types</artifactId>
23         </dependency>
24     </dependencies>
25
26     <build>
27         <plugins>
28             <plugin>
29                 <artifactId>maven-jar-plugin</artifactId>
30             </plugin>
31             <plugin>
32                 <groupId>org.apache.felix</groupId>
33                 <artifactId>maven-bundle-plugin</artifactId>
34                 <extensions>true</extensions>
35                 <configuration>
36                     <instructions>
37                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
38                     </instructions>
39                 </configuration>
40             </plugin>
41         </plugins>
42     </build>
43
44 </project>