Merge "Adjusted OVSDB features to enable the Pax-exam tests"
[netvirt.git] / features / 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.ovsdb</groupId>
6     <artifactId>commons</artifactId>
7     <version>1.2.0-SNAPSHOT</version>
8     <relativePath>../commons/parent</relativePath>
9   </parent>
10   <artifactId>features-ovsdb</artifactId>
11   <name>OpenDaylight OVSDB Project Karaf Features</name>
12   <version>1.0.0-SNAPSHOT</version>
13   <packaging>jar</packaging>
14   <properties>
15     <features.file>features.xml</features.file>
16   </properties>
17   <dependencies>
18     <dependency>
19       <groupId>org.opendaylight.controller</groupId>
20       <artifactId>features-base</artifactId>
21       <version>${odl.karaf.base.version}</version>
22       <classifier>features</classifier>
23       <type>xml</type>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.controller</groupId>
27       <artifactId>features-adsal</artifactId>
28       <version>${sal.version}</version>
29       <classifier>features</classifier>
30       <type>xml</type>
31     </dependency>
32     <dependency>
33       <groupId>org.opendaylight.controller</groupId>
34       <artifactId>features-nsf</artifactId>
35       <version>${nsf.version}</version>
36       <classifier>features</classifier>
37       <type>xml</type>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.yangtools</groupId>
41       <artifactId>features-test</artifactId>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.controller</groupId>
45       <artifactId>opendaylight-karaf-empty</artifactId>
46       <type>zip</type>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.ovsdb</groupId>
50       <artifactId>library</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.ovsdb</groupId>
54       <artifactId>northbound</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.ovsdb</groupId>
58       <artifactId>plugin</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.ovsdb</groupId>
62       <artifactId>schema.openvswitch</artifactId>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.ovsdb</groupId>
66       <artifactId>schema.hardwarevtep</artifactId>
67     </dependency>
68     <dependency>
69       <groupId>com.google.code.gson</groupId>
70       <artifactId>gson</artifactId>
71       <scope>compile</scope>
72     </dependency>
73     <dependency>
74       <groupId>orbit</groupId>
75       <artifactId>org.apache.catalina</artifactId>
76       <version>7.0.53.v201406061610</version>
77     </dependency>
78     <dependency>
79       <groupId>orbit</groupId>
80       <artifactId>org.apache.catalina.ha</artifactId>
81       <version>7.0.53.v201406070630</version>
82     </dependency>
83     <dependency>
84       <groupId>orbit</groupId>
85       <artifactId>org.apache.catalina.tribes</artifactId>
86       <version>7.0.53.v201406070630</version>
87     </dependency>
88     <dependency>
89       <groupId>orbit</groupId>
90       <artifactId>org.apache.coyote</artifactId>
91       <version>7.0.53.v201406070630</version>
92     </dependency>
93     <dependency>
94       <groupId>orbit</groupId>
95       <artifactId>org.apache.el</artifactId>
96       <version>7.0.53.v201406060720</version>
97     </dependency>
98     <dependency>
99       <groupId>orbit</groupId>
100       <artifactId>org.apache.jasper</artifactId>
101       <version>7.0.53.v201406070630</version>
102     </dependency>
103     <dependency>
104       <groupId>orbit</groupId>
105       <artifactId>org.apache.juli.extras</artifactId>
106       <version>7.0.53.v201406060720</version>
107     </dependency>
108     <dependency>
109       <groupId>orbit</groupId>
110       <artifactId>org.apache.tomcat.api</artifactId>
111       <version>7.0.53.v201406060720</version>
112     </dependency>
113     <dependency>
114       <groupId>orbit</groupId>
115       <artifactId>org.apache.tomcat.util</artifactId>
116       <version>7.0.53.v201406070630</version>
117     </dependency>
118   </dependencies>
119   <build>
120     <resources>
121       <resource>
122         <filtering>true</filtering>
123         <directory>src/main/resources</directory>
124       </resource>
125     </resources>
126     <plugins>
127       <plugin>
128         <groupId>org.apache.maven.plugins</groupId>
129         <artifactId>maven-resources-plugin</artifactId>
130         <executions>
131           <execution>
132             <id>filter</id>
133             <goals>
134               <goal>resources</goal>
135             </goals>
136             <phase>generate-resources</phase>
137           </execution>
138         </executions>
139       </plugin>
140       <plugin>
141         <groupId>org.codehaus.mojo</groupId>
142         <artifactId>build-helper-maven-plugin</artifactId>
143         <executions>
144           <execution>
145             <id>attach-artifacts</id>
146             <goals>
147               <goal>attach-artifact</goal>
148             </goals>
149             <phase>package</phase>
150             <configuration>
151               <artifacts>
152                 <artifact>
153                   <file>${project.build.directory}/classes/${features.file}</file>
154                   <type>xml</type>
155                   <classifier>features</classifier>
156                 </artifact>
157               </artifacts>
158             </configuration>
159           </execution>
160         </executions>
161       </plugin>
162       <plugin>
163         <groupId>org.apache.maven.plugins</groupId>
164         <artifactId>maven-surefire-plugin</artifactId>
165         <configuration>
166           <systemPropertyVariables>
167             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
168             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
169             <karaf.distro.version>1.4.2-SNAPSHOT</karaf.distro.version>
170           </systemPropertyVariables>
171           <dependenciesToScan>
172            <dependency>org.opendaylight.yangtools:features-test</dependency>
173           </dependenciesToScan>
174         </configuration>
175       </plugin>
176     </plugins>
177   </build>
178   <scm>
179     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
180     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
181     <tag>HEAD</tag>
182     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
183    </scm>
184 </project>