Karaf Feature support for OVS based Openstack Network Virtualization
[ovsdb.git] / features / ovsdb / 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.ovsdb</groupId>
41       <artifactId>features-openflow-nxm</artifactId>
42       <version>${openflowplugin.version}</version>
43       <classifier>features</classifier>
44       <type>xml</type>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.yangtools</groupId>
48       <artifactId>features-test</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>opendaylight-karaf-empty</artifactId>
53       <type>zip</type>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.ovsdb</groupId>
57       <artifactId>library</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.ovsdb</groupId>
61       <artifactId>northbound</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.ovsdb</groupId>
65       <artifactId>plugin</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.ovsdb</groupId>
69       <artifactId>plugin-shell</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.ovsdb</groupId>
73       <artifactId>schema.openvswitch</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.ovsdb</groupId>
77       <artifactId>schema.hardwarevtep</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>com.google.code.gson</groupId>
81       <artifactId>gson</artifactId>
82       <scope>compile</scope>
83     </dependency>
84     <dependency>
85       <groupId>orbit</groupId>
86       <artifactId>org.apache.catalina</artifactId>
87       <version>7.0.53.v201406061610</version>
88     </dependency>
89     <dependency>
90       <groupId>orbit</groupId>
91       <artifactId>org.apache.catalina.ha</artifactId>
92       <version>7.0.53.v201406070630</version>
93     </dependency>
94     <dependency>
95       <groupId>orbit</groupId>
96       <artifactId>org.apache.catalina.tribes</artifactId>
97       <version>7.0.53.v201406070630</version>
98     </dependency>
99     <dependency>
100       <groupId>orbit</groupId>
101       <artifactId>org.apache.coyote</artifactId>
102       <version>7.0.53.v201406070630</version>
103     </dependency>
104     <dependency>
105       <groupId>orbit</groupId>
106       <artifactId>org.apache.el</artifactId>
107       <version>7.0.53.v201406060720</version>
108     </dependency>
109     <dependency>
110       <groupId>orbit</groupId>
111       <artifactId>org.apache.jasper</artifactId>
112       <version>7.0.53.v201406070630</version>
113     </dependency>
114     <dependency>
115       <groupId>orbit</groupId>
116       <artifactId>org.apache.juli.extras</artifactId>
117       <version>7.0.53.v201406060720</version>
118     </dependency>
119     <dependency>
120       <groupId>orbit</groupId>
121       <artifactId>org.apache.tomcat.api</artifactId>
122       <version>7.0.53.v201406060720</version>
123     </dependency>
124     <dependency>
125       <groupId>orbit</groupId>
126       <artifactId>org.apache.tomcat.util</artifactId>
127       <version>7.0.53.v201406070630</version>
128     </dependency>
129   </dependencies>
130   <build>
131     <resources>
132       <resource>
133         <filtering>true</filtering>
134         <directory>src/main/resources</directory>
135       </resource>
136     </resources>
137     <plugins>
138       <plugin>
139         <groupId>org.apache.maven.plugins</groupId>
140         <artifactId>maven-resources-plugin</artifactId>
141         <executions>
142           <execution>
143             <id>filter</id>
144             <goals>
145               <goal>resources</goal>
146             </goals>
147             <phase>generate-resources</phase>
148           </execution>
149         </executions>
150       </plugin>
151       <plugin>
152         <groupId>org.codehaus.mojo</groupId>
153         <artifactId>build-helper-maven-plugin</artifactId>
154         <executions>
155           <execution>
156             <id>attach-artifacts</id>
157             <goals>
158               <goal>attach-artifact</goal>
159             </goals>
160             <phase>package</phase>
161             <configuration>
162               <artifacts>
163                 <artifact>
164                   <file>${project.build.directory}/classes/${features.file}</file>
165                   <type>xml</type>
166                   <classifier>features</classifier>
167                 </artifact>
168               </artifacts>
169             </configuration>
170           </execution>
171         </executions>
172       </plugin>
173       <plugin>
174         <groupId>org.apache.maven.plugins</groupId>
175         <artifactId>maven-surefire-plugin</artifactId>
176         <configuration>
177           <systemPropertyVariables>
178             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
179             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
180             <karaf.distro.version>1.4.2-SNAPSHOT</karaf.distro.version>
181           </systemPropertyVariables>
182           <dependenciesToScan>
183            <dependency>org.opendaylight.yangtools:features-test</dependency>
184           </dependenciesToScan>
185         </configuration>
186       </plugin>
187     </plugins>
188   </build>
189   <scm>
190     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
191     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
192     <tag>HEAD</tag>
193     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
194    </scm>
195 </project>