Implement SFC integration
[groupbasedpolicy.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. 
3   This program and the accompanying materials are made available under the 
4   terms of the Eclipse Public License v1.0 which accompanies this distribution, 
5   and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8   <modelVersion>4.0.0</modelVersion>
9
10   <parent>
11     <artifactId>commons.groupbasedpolicy</artifactId>
12     <groupId>org.opendaylight.groupbasedpolicy</groupId>
13     <version>0.2.0-SNAPSHOT</version>
14     <relativePath>../commons/parent</relativePath>
15   </parent>
16
17   <artifactId>features-groupbasedpolicy</artifactId>
18   <packaging>jar</packaging>
19
20   <properties>
21     <karaf.empty.version>1.5.0-SNAPSHOT</karaf.empty.version>
22     <features.file>features.xml</features.file>
23     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
24     <config.groupbasedpolicy.ofoverlayconfigfile>15-groupbasedpolicy-ofoverlay.xml</config.groupbasedpolicy.ofoverlayconfigfile>
25     <config.groupbasedpolicy.opflexconfigfile>15-groupbasedpolicy-opflex.xml</config.groupbasedpolicy.opflexconfigfile>
26     <config.groupbasedpolicy.openstackendpointconfigfile>15-groupbasedpolicy-openstackendpoint.xml</config.groupbasedpolicy.openstackendpointconfigfile>
27     <config.groupbasedpolicy.neutronmapperconfigfile>15-neutron-mapper.xml</config.groupbasedpolicy.neutronmapperconfigfile>
28     <config.groupbasedpolicy.uibackendconfigfile>15-ui-backend.xml</config.groupbasedpolicy.uibackendconfigfile>
29   </properties>
30
31   <dependencies>
32     <!-- configuration dependencies -->
33     <dependency>
34       <groupId>org.opendaylight.yangtools</groupId>
35       <artifactId>features-yangtools</artifactId>
36       <classifier>features</classifier>
37       <type>xml</type>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>features-nsf</artifactId>
42       <version>0.5.0-SNAPSHOT</version>
43       <classifier>features</classifier>
44       <type>xml</type>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.controller</groupId>
48       <artifactId>features-mdsal</artifactId>
49       <classifier>features</classifier>
50       <type>xml</type>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.controller</groupId>
54       <artifactId>features-base</artifactId>
55       <version>1.5.0-SNAPSHOT</version>
56       <classifier>features</classifier>
57       <type>xml</type>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.sfc</groupId>
61       <artifactId>features-sfc</artifactId>
62       <version>${sfc.version}</version>
63       <classifier>features</classifier>
64       <type>xml</type>
65       <scope>runtime</scope>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.sfc</groupId>
69       <artifactId>features-sfc-sb-rest</artifactId>
70       <version>${sfc.version}</version>
71       <classifier>features</classifier>
72       <type>xml</type>
73       <scope>runtime</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.sfc</groupId>
77       <artifactId>features-sfc-ovs</artifactId>
78       <version>${sfc.version}</version>
79       <classifier>features</classifier>
80       <type>xml</type>
81       <scope>runtime</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.sfc</groupId>
85       <artifactId>features-sfcofl2</artifactId>
86       <version>${sfc.version}</version>
87       <classifier>features</classifier>
88       <type>xml</type>
89       <scope>runtime</scope>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.sfc</groupId>
93       <artifactId>features-sfc-netconf</artifactId>
94       <version>${sfc.version}</version>
95       <classifier>features</classifier>
96       <type>xml</type>
97       <scope>runtime</scope>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.openflowplugin</groupId>
101       <artifactId>features-openflowplugin</artifactId>
102       <version>${openflowplugin.version}</version>
103       <classifier>features</classifier>
104       <type>xml</type>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.openflowplugin</groupId>
108       <artifactId>features-openflowplugin-extension</artifactId>
109       <version>${openflowplugin.version}</version>
110       <classifier>features</classifier>
111       <type>xml</type>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.neutron</groupId>
115       <artifactId>features-neutron</artifactId>
116       <classifier>features</classifier>
117       <version>${neutron.version}</version>
118       <type>xml</type>
119     </dependency>
120     <dependency>
121       <groupId>org.opendaylight.ovsdb</groupId>
122       <artifactId>southbound-features</artifactId>
123       <version>${ovsdb.southbound.version}</version>
124       <classifier>features</classifier>
125       <type>xml</type>
126     </dependency>
127
128     <!-- gbp dependencies -->
129     <dependency>
130       <groupId>org.opendaylight.groupbasedpolicy</groupId>
131       <artifactId>groupbasedpolicy</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.groupbasedpolicy</groupId>
135       <artifactId>opflex-renderer</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.groupbasedpolicy</groupId>
139       <artifactId>ofoverlay-renderer</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.groupbasedpolicy</groupId>
143       <artifactId>neutron-mapper</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.groupbasedpolicy</groupId>
147       <artifactId>ui-backend</artifactId>
148     </dependency>
149
150     <!-- gbp configuration dependencies -->
151     <dependency>
152       <groupId>org.opendaylight.groupbasedpolicy</groupId>
153       <artifactId>groupbasedpolicy-ofoverlay-config</artifactId>
154       <version>${project.version}</version>
155       <type>xml</type>
156       <classifier>config</classifier>
157     </dependency>
158     <dependency>
159       <groupId>org.opendaylight.groupbasedpolicy</groupId>
160       <artifactId>groupbasedpolicy-opflex-config</artifactId>
161       <version>${project.version}</version>
162       <type>xml</type>
163       <classifier>config</classifier>
164     </dependency>
165     <dependency>
166       <groupId>org.opendaylight.groupbasedpolicy</groupId>
167       <artifactId>neutron-mapper-config</artifactId>
168       <version>${project.version}</version>
169       <type>xml</type>
170       <classifier>config</classifier>
171     </dependency>
172     <dependency>
173       <groupId>org.opendaylight.groupbasedpolicy</groupId>
174       <artifactId>ui-backend-config</artifactId>
175       <version>${project.version}</version>
176       <type>xml</type>
177       <classifier>config</classifier>
178     </dependency>
179
180     <!-- testing dependencies -->
181     <dependency>
182       <groupId>org.opendaylight.odlparent</groupId>
183       <artifactId>features-test</artifactId>
184       <version>1.5.0-SNAPSHOT</version>
185       <scope>test</scope>
186     </dependency>
187
188     <!-- dependency for opendaylight-karaf-empty for use by testing -->
189     <dependency>
190       <groupId>org.opendaylight.controller</groupId>
191       <artifactId>opendaylight-karaf-empty</artifactId>
192       <version>${karaf.empty.version}</version>
193       <type>zip</type>
194     </dependency>
195
196     <!-- Add Pax Exam -->
197     <dependency>
198       <groupId>org.ops4j.pax.exam</groupId>
199       <artifactId>pax-exam</artifactId>
200       <scope>test</scope>
201     </dependency>
202     <dependency>
203       <groupId>org.ops4j.pax.exam</groupId>
204       <artifactId>pax-exam-container-karaf</artifactId>
205       <scope>test</scope>
206     </dependency>
207   </dependencies>
208
209   <build>
210     <resources>
211       <resource>
212         <directory>src/main/resources</directory>
213         <filtering>true</filtering>
214       </resource>
215     </resources>
216     <plugins>
217       <plugin>
218         <groupId>org.apache.maven.plugins</groupId>
219         <artifactId>maven-resources-plugin</artifactId>
220         <executions>
221           <execution>
222             <id>filter</id>
223             <phase>generate-resources</phase>
224             <goals>
225               <goal>resources</goal>
226             </goals>
227           </execution>
228         </executions>
229       </plugin>
230       <plugin>
231         <groupId>org.codehaus.mojo</groupId>
232         <artifactId>build-helper-maven-plugin</artifactId>
233         <executions>
234           <execution>
235             <id>attach-artifacts</id>
236             <phase>package</phase>
237             <goals>
238               <goal>attach-artifact</goal>
239             </goals>
240             <configuration>
241               <artifacts>
242                 <artifact>
243                   <file>${project.build.directory}/classes/${features.file}</file>
244                   <type>xml</type>
245                   <classifier>features</classifier>
246                 </artifact>
247               </artifacts>
248             </configuration>
249           </execution>
250         </executions>
251       </plugin>
252       <plugin>
253         <groupId>org.apache.maven.plugins</groupId>
254         <artifactId>maven-surefire-plugin</artifactId>
255         <configuration>
256           <systemPropertyVariables>
257             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
258             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
259             <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
260           </systemPropertyVariables>
261           <dependenciesToScan>
262             <dependency>org.opendaylight.odlparent:features-test</dependency>
263           </dependenciesToScan>
264         </configuration>
265       </plugin>
266     </plugins>
267   </build>
268   <scm>
269     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
270     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
271     <tag>HEAD</tag>
272     <url>https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=summary</url>
273   </scm>
274 </project>