Incrementing versions by 0.1.0 for post-lithium master branch
[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.3.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.6.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.neutronmapperconfigfile>15-neutron-mapper.xml</config.groupbasedpolicy.neutronmapperconfigfile>
27     <config.groupbasedpolicy.neutronovsdbconfigfile>15-neutron-ovsdb.xml</config.groupbasedpolicy.neutronovsdbconfigfile>
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.6.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.6.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     <!-- DLUX dependency for the UI -->
129     <dependency>
130       <groupId>org.opendaylight.dlux</groupId>
131       <artifactId>features-dlux</artifactId>
132           <version>${dlux.version}</version>
133       <classifier>features</classifier>
134       <type>xml</type>
135     </dependency>
136         
137     <!-- gbp dependencies -->
138     <dependency>
139       <groupId>org.opendaylight.groupbasedpolicy</groupId>
140       <artifactId>groupbasedpolicy</artifactId>
141     </dependency>
142     <dependency>
143       <groupId>org.opendaylight.groupbasedpolicy</groupId>
144       <artifactId>opflex-renderer</artifactId>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.groupbasedpolicy</groupId>
148       <artifactId>ofoverlay-renderer</artifactId>
149     </dependency>
150     <dependency>
151       <groupId>org.opendaylight.groupbasedpolicy</groupId>
152       <artifactId>neutron-mapper</artifactId>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.groupbasedpolicy</groupId>
156       <artifactId>neutron-ovsdb</artifactId>
157     </dependency>
158     <dependency>
159       <groupId>org.opendaylight.groupbasedpolicy</groupId>
160       <artifactId>ui-backend</artifactId>
161     </dependency>
162         
163     <!-- gbp ui dependencies -->
164     <dependency>
165       <groupId>org.opendaylight.groupbasedpolicy</groupId>
166       <artifactId>groupbasedpolicy-ui-bundle</artifactId>
167       <version>${project.version}</version>
168     </dependency>
169
170     <!-- gbp configuration dependencies -->
171     <dependency>
172       <groupId>org.opendaylight.groupbasedpolicy</groupId>
173       <artifactId>groupbasedpolicy-ofoverlay-config</artifactId>
174       <version>${project.version}</version>
175       <type>xml</type>
176       <classifier>config</classifier>
177     </dependency>
178     <dependency>
179       <groupId>org.opendaylight.groupbasedpolicy</groupId>
180       <artifactId>groupbasedpolicy-opflex-config</artifactId>
181       <version>${project.version}</version>
182       <type>xml</type>
183       <classifier>config</classifier>
184     </dependency>
185     <dependency>
186       <groupId>org.opendaylight.groupbasedpolicy</groupId>
187       <artifactId>neutron-mapper-config</artifactId>
188       <version>${project.version}</version>
189       <type>xml</type>
190       <classifier>config</classifier>
191     </dependency>
192     <dependency>
193       <groupId>org.opendaylight.groupbasedpolicy</groupId>
194       <artifactId>neutron-ovsdb-config</artifactId>
195       <version>${project.version}</version>
196       <type>xml</type>
197       <classifier>config</classifier>
198     </dependency>
199     <dependency>
200       <groupId>org.opendaylight.groupbasedpolicy</groupId>
201       <artifactId>ui-backend-config</artifactId>
202       <version>${project.version}</version>
203       <type>xml</type>
204       <classifier>config</classifier>
205     </dependency>
206
207     <!-- testing dependencies -->
208     <dependency>
209       <groupId>org.opendaylight.odlparent</groupId>
210       <artifactId>features-test</artifactId>
211       <version>1.6.0-SNAPSHOT</version>
212       <scope>test</scope>
213     </dependency>
214
215     <!-- dependency for opendaylight-karaf-empty for use by testing -->
216     <dependency>
217       <groupId>org.opendaylight.controller</groupId>
218       <artifactId>opendaylight-karaf-empty</artifactId>
219       <version>${karaf.empty.version}</version>
220       <type>zip</type>
221     </dependency>
222
223     <!-- Add Pax Exam -->
224     <dependency>
225       <groupId>org.ops4j.pax.exam</groupId>
226       <artifactId>pax-exam</artifactId>
227       <scope>test</scope>
228     </dependency>
229     <dependency>
230       <groupId>org.ops4j.pax.exam</groupId>
231       <artifactId>pax-exam-container-karaf</artifactId>
232       <scope>test</scope>
233     </dependency>
234   </dependencies>
235
236   <build>
237     <resources>
238       <resource>
239         <directory>src/main/resources</directory>
240         <filtering>true</filtering>
241       </resource>
242     </resources>
243     <plugins>
244       <plugin>
245         <groupId>org.apache.maven.plugins</groupId>
246         <artifactId>maven-resources-plugin</artifactId>
247         <executions>
248           <execution>
249             <id>filter</id>
250             <phase>generate-resources</phase>
251             <goals>
252               <goal>resources</goal>
253             </goals>
254           </execution>
255         </executions>
256       </plugin>
257       <plugin>
258         <groupId>org.codehaus.mojo</groupId>
259         <artifactId>build-helper-maven-plugin</artifactId>
260         <executions>
261           <execution>
262             <id>attach-artifacts</id>
263             <phase>package</phase>
264             <goals>
265               <goal>attach-artifact</goal>
266             </goals>
267             <configuration>
268               <artifacts>
269                 <artifact>
270                   <file>${project.build.directory}/classes/${features.file}</file>
271                   <type>xml</type>
272                   <classifier>features</classifier>
273                 </artifact>
274               </artifacts>
275             </configuration>
276           </execution>
277         </executions>
278       </plugin>
279       <plugin>
280         <groupId>org.apache.maven.plugins</groupId>
281         <artifactId>maven-surefire-plugin</artifactId>
282         <configuration>
283           <systemPropertyVariables>
284             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
285             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
286             <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
287           </systemPropertyVariables>
288           <dependenciesToScan>
289             <dependency>org.opendaylight.odlparent:features-test</dependency>
290           </dependenciesToScan>
291         </configuration>
292       </plugin>
293     </plugins>
294   </build>
295   <scm>
296     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
297     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
298     <tag>HEAD</tag>
299     <url>https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=summary</url>
300   </scm>
301 </project>