Create custom checkstyle rules for NN
[neutron.git] / transcriber / 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   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>config-parent</artifactId>
7     <version>0.4.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <groupId>org.opendaylight.neutron</groupId>
11   <artifactId>transcriber</artifactId>
12   <version>0.6.0-SNAPSHOT</version>
13   <packaging>bundle</packaging>
14   <properties>
15     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
16   </properties>
17   <dependencies>
18     <dependency>
19       <groupId>org.opendaylight.neutron</groupId>
20       <artifactId>neutron-spi</artifactId>
21       <version>${project.version}</version>
22     </dependency>
23     <dependency>
24       <groupId>org.opendaylight.neutron</groupId>
25       <artifactId>model</artifactId>
26       <version>${project.version}</version>
27     </dependency>
28     <dependency>
29       <groupId>org.osgi</groupId>
30       <artifactId>org.osgi.core</artifactId>
31     </dependency>
32   </dependencies>
33   <scm>
34     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
35     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
36     <tag>HEAD</tag>
37     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
38   </scm>
39 </project>