Merge "OPNFLWPLUG-969: ONF Extension is not installed due to which bundle based ...
[openflowplugin.git] / libraries / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.opendaylight.openflowplugin</groupId>
7         <artifactId>openflowplugin-parent</artifactId>
8         <version>0.6.0-SNAPSHOT</version>
9         <relativePath>../parent</relativePath>
10     </parent>
11
12     <artifactId>libraries</artifactId>
13     <name>libraries</name>
14     <url>http://maven.apache.org</url>
15     <packaging>pom</packaging>
16
17     <build>
18         <plugins>
19             <!-- TODO: Fix checkstyle issues later
20             <plugin>
21                 <groupId>org.apache.maven.plugins</groupId>
22                 <artifactId>maven-checkstyle-plugin</artifactId>
23                 <configuration>
24                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
25                 </configuration>
26             </plugin>
27             -->
28             <plugin>
29                 <groupId>org.apache.felix</groupId>
30                 <artifactId>maven-bundle-plugin</artifactId>
31             </plugin>
32         </plugins>
33     </build>
34
35     <scm>
36         <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
37         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
38         <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
39         <tag>HEAD</tag>
40     </scm>
41
42     <modules>
43         <module>liblldp</module>
44     </modules>
45 </project>