Merge "Updated pom files, added concepts component"
[mdsal.git] / model / ietf / ietf-yang-types / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
4     <parent>
5         <artifactId>model-ietf</artifactId>
6         <groupId>org.opendaylight.yangtools.model</groupId>
7         <version>0.5.8-SNAPSHOT</version>
8     </parent>
9
10     <modelVersion>4.0.0</modelVersion>
11     <artifactId>ietf-yang-types</artifactId>
12     <version>2010.09.24.0-SNAPSHOT</version>
13     <name>${project.artifactId}</name>
14     <description>${project.artifactId}</description>
15
16     <build>
17         <plugins>
18             <plugin>
19                 <artifactId>maven-jar-plugin</artifactId>
20             </plugin>
21             <plugin>
22                 <groupId>org.apache.felix</groupId>
23                 <artifactId>maven-bundle-plugin</artifactId>
24                 <extensions>true</extensions>
25                 <configuration>
26                     <instructions>
27                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
28                     </instructions>
29                 </configuration>
30             </plugin>
31         </plugins>
32     </build>
33
34 </project>