Squashed commit of the following:
[ovsdb.git] / openstack / net-virt-it / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright (c) 2014 Cisco Systems, Inc. and others.  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 <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">
10
11   <parent>
12     <groupId>org.opendaylight.controller</groupId>
13     <artifactId>config-parent</artifactId>
14     <version>0.3.0-SNAPSHOT</version>
15     <relativePath/>
16   </parent>
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.ovsdb</groupId>
19   <artifactId>openstack.net-virt-it</artifactId>
20   <version>1.1.0-SNAPSHOT</version>
21   <packaging>jar</packaging>
22   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
23   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
24   <licenses>
25     <license>
26       <name>Eclipse Public License v1.0</name>
27       <url>http://www.eclipse.org/legal/epl-v10.html</url>
28     </license>
29   </licenses>
30   <developers>
31     <developer>
32       <name>Sam Hague</name>
33       <email>shague@gmail.com</email>
34       <url>https://github.com/shague</url>
35     </developer>
36   </developers>
37   <scm>
38     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
39     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
40     <tag>HEAD</tag>
41     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
42   </scm>
43   <properties>
44     <skip.integrationtest>true</skip.integrationtest>
45   </properties>
46   <dependencyManagement>
47     <dependencies>
48       <dependency>
49         <groupId>org.opendaylight.controller</groupId>
50         <artifactId>config-artifacts</artifactId>
51         <version>0.3.0-SNAPSHOT</version>
52         <type>pom</type>
53         <scope>import</scope>
54       </dependency>
55       <dependency>
56         <groupId>org.opendaylight.controller</groupId>
57         <artifactId>mdsal-artifacts</artifactId>
58         <version>${mdsal.version}</version>
59         <type>pom</type>
60         <scope>import</scope>
61       </dependency>
62     </dependencies>
63   </dependencyManagement>
64   <dependencies>
65     <dependency>
66       <groupId>org.opendaylight.controller</groupId>
67       <artifactId>sal-binding-api</artifactId>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.controller</groupId>
71       <artifactId>sal-common-api</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.controller</groupId>
75       <artifactId>config-util</artifactId>
76     </dependency>
77     <!-- Dependencies for pax exam karaf container -->
78     <dependency>
79       <groupId>org.ops4j.pax.exam</groupId>
80       <artifactId>pax-exam-container-karaf</artifactId>
81       <scope>compile</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.ops4j.pax.exam</groupId>
85       <artifactId>pax-exam-junit4</artifactId>
86       <scope>compile</scope>
87     </dependency>
88     <dependency>
89       <groupId>org.ops4j.pax.exam</groupId>
90       <artifactId>pax-exam</artifactId>
91       <scope>compile</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.ops4j.pax.url</groupId>
95       <artifactId>pax-url-aether</artifactId>
96       <scope>compile</scope>
97     </dependency>
98     <dependency>
99       <groupId>javax.inject</groupId>
100       <artifactId>javax.inject</artifactId>
101       <version>1</version>
102       <scope>compile</scope>
103     </dependency>
104     <dependency>
105       <groupId>org.apache.karaf.features</groupId>
106       <artifactId>org.apache.karaf.features.core</artifactId>
107       <version>${karaf.version}</version>
108       <scope>compile</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.osgi</groupId>
112       <artifactId>org.osgi.core</artifactId>
113       <scope>compile</scope>
114     </dependency>
115     <dependency>
116       <groupId>junit</groupId>
117       <artifactId>junit</artifactId>
118       <scope>compile</scope>
119     </dependency>
120     <dependency>
121       <groupId>org.slf4j</groupId>
122       <artifactId>slf4j-simple</artifactId>
123       <scope>test</scope>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.ovsdb</groupId>
127       <artifactId>openstack.net-virt</artifactId>
128       <version>1.1.0-SNAPSHOT</version>
129       <scope>test</scope>
130     </dependency>
131   </dependencies>
132   <build>
133     <plugins>
134       <plugin>
135         <groupId>org.apache.maven.plugins</groupId>
136         <artifactId>maven-failsafe-plugin</artifactId>
137         <executions>
138           <execution>
139             <goals>
140               <goal>integration-test</goal>
141               <goal>verify</goal>
142             </goals>
143             <configuration>
144               <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
145               <skipTests>${skip.integrationtest}</skipTests>
146             </configuration>
147           </execution>
148         </executions>
149       </plugin>
150       <!-- Needed if you use versionAsInProject() -->
151       <plugin>
152         <groupId>org.apache.servicemix.tooling</groupId>
153         <artifactId>depends-maven-plugin</artifactId>
154         <version>1.2</version>
155         <executions>
156           <execution>
157             <id>generate-depends-file</id>
158             <goals>
159               <goal>generate-depends-file</goal>
160             </goals>
161           </execution>
162         </executions>
163       </plugin>
164       <!--<plugin>
165         <groupId>org.apache.maven.plugins</groupId>
166         <artifactId>maven-checkstyle-plugin</artifactId>
167         <configuration>
168           <configLocation>
169             ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml
170           </configLocation>
171           <includeTestSourceDirectory>true</includeTestSourceDirectory>
172           <failsOnError>true</failsOnError>
173           <includes>**/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat</includes>
174           <excludes>**/yang/</excludes>
175         </configuration>
176       </plugin>-->
177       <plugin>
178         <groupId>org.jacoco</groupId>
179         <artifactId>jacoco-maven-plugin</artifactId>
180       </plugin>
181     </plugins>
182   </build>
183   <profiles>
184     <profile>
185       <id>integrationtest</id>
186       <activation>
187         <activeByDefault>false</activeByDefault>
188       </activation>
189       <properties>
190         <skip.integrationtest>false</skip.integrationtest>
191       </properties>
192     </profile>
193   </profiles>
194 </project>