Updated pom files, added concepts component
[mdsal.git] / model / l2-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-parent</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>opendaylight-l2-types</artifactId>
12     <version>2013.08.27.0-SNAPSHOT</version>
13
14     <build>
15         <plugins>
16             <plugin>
17                 <artifactId>maven-jar-plugin</artifactId>
18             </plugin>
19             <plugin>
20                 <groupId>org.apache.felix</groupId>
21                 <artifactId>maven-bundle-plugin</artifactId>
22                 <extensions>true</extensions>
23                 <configuration>
24                     <instructions>
25                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
26                     </instructions>
27                 </configuration>
28             </plugin>
29         </plugins>
30     </build>
31
32 </project>