8a0747fc67677e0fd2e236910a3dfbceec824a6f
[bgpcep.git] / testtool-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9
10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>odlparent</artifactId>
17         <version>2.0.5</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.bgpcep</groupId>
22     <artifactId>testtool-parent</artifactId>
23     <version>0.9.0-SNAPSHOT</version>
24     <packaging>pom</packaging>
25     <name>${project.artifactId}</name>
26
27     <dependencyManagement>
28         <dependencies>
29             <dependency>
30                 <groupId>org.opendaylight.bgpcep</groupId>
31                 <artifactId>bgpcep-parent</artifactId>
32                 <version>0.9.0-SNAPSHOT</version>
33                 <type>pom</type>
34                 <scope>import</scope>
35             </dependency>
36         </dependencies>
37     </dependencyManagement>
38
39     <build>
40         <plugins>
41             <plugin>
42                 <groupId>org.apache.maven.plugins</groupId>
43                 <artifactId>maven-checkstyle-plugin</artifactId>
44                 <configuration>
45                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
46                 </configuration>
47             </plugin>
48             <plugin>
49                 <groupId>org.codehaus.mojo</groupId>
50                 <artifactId>findbugs-maven-plugin</artifactId>
51                 <configuration>
52                     <failOnError>true</failOnError>
53                 </configuration>
54             </plugin>
55         </plugins>
56     </build>
57
58     <scm>
59         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
60         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
61         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
62         <tag>HEAD</tag>
63     </scm>
64 </project>