5d02077d2e52796f4a119b77c21599c1cea2ca9b
[vpnservice.git] / vpnmanager-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--\r
3 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.\r
4 \r
5 This program and the accompanying materials are made available under the\r
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
7 and is available at http://www.eclipse.org/legal/epl-v10.html\r
8 -->\r
9 <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">\r
10 \r
11   <parent>\r
12     <groupId>org.opendaylight.controller</groupId>\r
13     <artifactId>config-parent</artifactId>\r
14     <version>0.3.0-SNAPSHOT</version>\r
15     <relativePath/>\r
16   </parent>\r
17 \r
18   <modelVersion>4.0.0</modelVersion>\r
19   <groupId>org.opendaylight.vpnservice</groupId>\r
20   <artifactId>vpnmanager-impl</artifactId>\r
21   <version>1.0-SNAPSHOT</version>\r
22   <packaging>bundle</packaging>\r
23   <dependencies>\r
24     <dependency>\r
25       <groupId>${project.groupId}</groupId>\r
26       <artifactId>vpnmanager-api</artifactId>\r
27       <version>${project.version}</version>\r
28     </dependency>\r
29             <!--  TEST Dependencies -->\r
30     <dependency>\r
31       <groupId>junit</groupId>\r
32       <artifactId>junit</artifactId>\r
33     </dependency>\r
34        <dependency>\r
35        <groupId>org.mockito</groupId>\r
36        <artifactId>mockito-all</artifactId>\r
37        <scope>test</scope>\r
38     </dependency>\r
39   </dependencies>\r
40   <build>\r
41     <plugins>\r
42       <plugin>\r
43         <groupId>org.apache.maven.plugins</groupId>\r
44         <artifactId>maven-checkstyle-plugin</artifactId>\r
45         <configuration>\r
46           <configLocation>\r
47             ${project.basedir}/../commons/src/main/resources/vpns_checks.xml\r
48           </configLocation>\r
49           <failsOnError>true</failsOnError>\r
50           <includes>**/*.java,**/*.xml,**/*.ini</includes>\r
51           <excludes>**/yang/</excludes>\r
52         </configuration>\r
53       </plugin>\r
54     </plugins>\r
55   </build>\r
56 \r
57 </project>\r