Introduced neutron-mapper
[groupbasedpolicy.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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 --><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">
9   <modelVersion>4.0.0</modelVersion>
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   <artifactId>features-groupbasedpolicy</artifactId>
17   <groupId>org.opendaylight.groupbasedpolicy</groupId>
18   <packaging>jar</packaging>
19   <properties>
20     <features.file>features.xml</features.file>
21     <branding.version>1.1.0-SNAPSHOT</branding.version>
22     <karaf.resources.version>1.5.0-SNAPSHOT</karaf.resources.version>
23     <feature.test.version>0.7.0-SNAPSHOT</feature.test.version>
24     <karaf.empty.version>1.5.0-SNAPSHOT</karaf.empty.version>
25     <surefire.version>2.16</surefire.version>
26     <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
27   </properties>
28   <dependencies>
29     <dependency>
30       <groupId>org.opendaylight.yangtools</groupId>
31       <artifactId>features-yangtools</artifactId>
32       <version>${yangtools.version}</version>
33       <classifier>features</classifier>
34       <type>xml</type>
35     </dependency>
36      <dependency>
37        <groupId>org.opendaylight.controller</groupId>
38        <artifactId>features-nsf</artifactId>
39        <version>0.5.0-SNAPSHOT</version>
40        <classifier>features</classifier>
41        <type>xml</type>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.controller</groupId>
45       <artifactId>features-mdsal</artifactId>
46       <version>${mdsal.version}</version>
47       <classifier>features</classifier>
48       <type>xml</type>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.openflowplugin</groupId>
52       <artifactId>features-openflowplugin</artifactId>
53       <version>${openflowplugin.distribution.version}</version>
54       <classifier>features</classifier>
55       <type>xml</type>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.neutron</groupId>
59       <artifactId>features-neutron</artifactId>
60       <classifier>features</classifier>
61       <version>${neutron.version}</version>
62       <type>xml</type>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.groupbasedpolicy</groupId>
66       <artifactId>groupbasedpolicy</artifactId>
67       <version>${project.version}</version>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.groupbasedpolicy</groupId>
71       <artifactId>opflex-renderer</artifactId>
72       <version>${project.version}</version>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.groupbasedpolicy</groupId>
76       <artifactId>ofoverlay-renderer</artifactId>
77       <version>${project.version}</version>
78     </dependency>
79     <dependency>
80        <groupId>org.opendaylight.controller</groupId>
81        <artifactId>features-base</artifactId>
82        <version>1.5.0-SNAPSHOT</version>
83        <classifier>features</classifier>
84        <type>xml</type>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.odlparent</groupId>
88       <artifactId>features-test</artifactId>
89       <version>${odlparent.features-test.version}</version>
90       <scope>test</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.groupbasedpolicy</groupId>
94       <artifactId>groupbasedpolicy-ofoverlay-config</artifactId>
95       <version>${project.version}</version>
96       <type>xml</type>
97       <classifier>config</classifier>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.groupbasedpolicy</groupId>
101       <artifactId>neutron-mapper-config</artifactId>
102       <version>${project.version}</version>
103       <type>xml</type>
104       <classifier>config</classifier>
105     </dependency>
106    <!-- dependency for opendaylight-karaf-empty for use by testing -->
107     <dependency>
108       <groupId>org.opendaylight.controller</groupId>
109       <artifactId>opendaylight-karaf-empty</artifactId>
110       <version>${karaf.empty.version}</version>
111       <type>zip</type>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.openflowplugin</groupId>
115       <artifactId>features-openflowplugin-extension</artifactId>
116       <version>${openflowplugin.distribution.version}</version>
117       <classifier>features</classifier>
118       <type>xml</type>
119     </dependency>
120     <dependency>
121       <groupId>org.opendaylight.openflowplugin</groupId>
122       <artifactId>features-openflowplugin</artifactId>
123       <version>${openflowplugin.distribution.version}</version>
124       <classifier>features</classifier>
125       <type>xml</type>
126     </dependency>
127 <!--
128     <dependency>
129       <groupId>org.opendaylight.ovsdb</groupId>
130       <artifactId>features-openflow-nxm</artifactId>
131       <version>${openflowplugin.distribution.version}</version>
132       <classifier>features</classifier>
133       <type>xml</type>
134     </dependency>
135 -->
136       <!-- Add Pax Exam -->
137     <dependency>
138       <groupId>org.ops4j.pax.exam</groupId>
139       <artifactId>pax-exam</artifactId>
140       <version>${exam.version}</version>
141       <scope>test</scope>
142     </dependency>
143     <dependency>
144       <groupId>org.ops4j.pax.exam</groupId>
145       <artifactId>pax-exam-container-karaf</artifactId>
146       <version>${exam.version}</version>
147       <scope>test</scope>
148     </dependency>
149
150   </dependencies>
151   <build>
152     <resources>
153       <resource>
154         <directory>src/main/resources</directory>
155         <filtering>true</filtering>
156       </resource>
157     </resources>
158     <plugins>
159       <plugin>
160         <groupId>org.apache.maven.plugins</groupId>
161         <artifactId>maven-resources-plugin</artifactId>
162         <executions>
163           <execution>
164             <id>filter</id>
165             <phase>generate-resources</phase>
166             <goals>
167               <goal>resources</goal>
168             </goals>
169             </execution>
170           </executions>
171       </plugin>
172       <plugin>
173         <groupId>org.codehaus.mojo</groupId>
174         <artifactId>build-helper-maven-plugin</artifactId>
175         <executions>
176           <execution>
177             <id>attach-artifacts</id>
178             <phase>package</phase>
179             <goals>
180               <goal>attach-artifact</goal>
181             </goals>
182             <configuration>
183               <artifacts>
184                 <artifact>
185                   <file>${project.build.directory}/classes/${features.file}</file>
186                   <type>xml</type>
187                   <classifier>features</classifier>
188                 </artifact>
189               </artifacts>
190             </configuration>
191           </execution>
192         </executions>
193       </plugin>
194       <plugin>
195         <groupId>org.apache.maven.plugins</groupId>
196         <artifactId>maven-surefire-plugin</artifactId>
197         <version>${surefire.version}</version>
198         <configuration>
199           <systemPropertyVariables>
200             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
201             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
202             <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
203           </systemPropertyVariables>
204           <dependenciesToScan>
205             <dependency>org.opendaylight.odlparent:features-test</dependency>
206           </dependenciesToScan>
207         </configuration>
208       </plugin>
209     </plugins>
210   </build>
211   <scm>
212     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
213     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
214     <tag>HEAD</tag>
215     <url>https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=summary</url>
216   </scm>
217 </project>
218