Merge "Yang errors fixes: - fixed keys - restored 'config true' state in references...
[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.groupbasedpolicy</groupId>
59       <artifactId>groupbasedpolicy</artifactId>
60       <version>${project.version}</version>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.groupbasedpolicy</groupId>
64       <artifactId>oc-renderer</artifactId>
65       <version>${project.version}</version>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.groupbasedpolicy</groupId>
69       <artifactId>opflex-renderer</artifactId>
70       <version>${project.version}</version>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.groupbasedpolicy</groupId>
74       <artifactId>ofoverlay-renderer</artifactId>
75       <version>${project.version}</version>
76     </dependency>
77     <dependency>
78        <groupId>org.opendaylight.controller</groupId>
79        <artifactId>features-base</artifactId>
80        <version>1.5.0-SNAPSHOT</version>
81        <classifier>features</classifier>
82        <type>xml</type>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.odlparent</groupId>
86       <artifactId>features-test</artifactId>
87       <version>${odlparent.features-test.version}</version>
88       <scope>test</scope>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.groupbasedpolicy</groupId>
92       <artifactId>groupbasedpolicy-ofoverlay-config</artifactId>
93       <version>${project.version}</version>
94       <type>xml</type>
95       <classifier>config</classifier>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.groupbasedpolicy</groupId>
99       <artifactId>groupbasedpolicy-oc-config</artifactId>
100       <version>${project.version}</version>
101       <type>xml</type>
102       <classifier>config</classifier>
103     </dependency>
104    <!-- dependency for opendaylight-karaf-empty for use by testing -->
105     <dependency>
106       <groupId>org.opendaylight.controller</groupId>
107       <artifactId>opendaylight-karaf-empty</artifactId>
108       <version>${karaf.empty.version}</version>
109       <type>zip</type>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.openflowplugin</groupId>
113       <artifactId>features-openflowplugin-extension</artifactId>
114       <version>${openflowplugin.distribution.version}</version>
115       <classifier>features</classifier>
116       <type>xml</type>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.openflowplugin</groupId>
120       <artifactId>features-openflowplugin</artifactId>
121       <version>${openflowplugin.distribution.version}</version>
122       <classifier>features</classifier>
123       <type>xml</type>
124     </dependency>
125 <!--
126     <dependency>
127       <groupId>org.opendaylight.ovsdb</groupId>
128       <artifactId>features-openflow-nxm</artifactId>
129       <version>${openflowplugin.distribution.version}</version>
130       <classifier>features</classifier>
131       <type>xml</type>
132     </dependency>
133 -->
134       <!-- Add Pax Exam -->
135     <dependency>
136       <groupId>org.ops4j.pax.exam</groupId>
137       <artifactId>pax-exam</artifactId>
138       <version>${exam.version}</version>
139       <scope>test</scope>
140     </dependency>
141     <dependency>
142       <groupId>org.ops4j.pax.exam</groupId>
143       <artifactId>pax-exam-container-karaf</artifactId>
144       <version>${exam.version}</version>
145       <scope>test</scope>
146     </dependency>
147
148   </dependencies>
149   <build>
150     <resources>
151       <resource>
152         <directory>src/main/resources</directory>
153         <filtering>true</filtering>
154       </resource>
155     </resources>
156     <plugins>
157       <plugin>
158         <groupId>org.apache.maven.plugins</groupId>
159         <artifactId>maven-resources-plugin</artifactId>
160         <executions>
161           <execution>
162             <id>filter</id>
163             <phase>generate-resources</phase>
164             <goals>
165               <goal>resources</goal>
166             </goals>
167             </execution>
168           </executions>
169       </plugin>
170       <plugin>
171         <groupId>org.codehaus.mojo</groupId>
172         <artifactId>build-helper-maven-plugin</artifactId>
173         <executions>
174           <execution>
175             <id>attach-artifacts</id>
176             <phase>package</phase>
177             <goals>
178               <goal>attach-artifact</goal>
179             </goals>
180             <configuration>
181               <artifacts>
182                 <artifact>
183                   <file>${project.build.directory}/classes/${features.file}</file>
184                   <type>xml</type>
185                   <classifier>features</classifier>
186                 </artifact>
187               </artifacts>
188             </configuration>
189           </execution>
190         </executions>
191       </plugin>
192       <plugin>
193         <groupId>org.apache.maven.plugins</groupId>
194         <artifactId>maven-surefire-plugin</artifactId>
195         <version>${surefire.version}</version>
196         <configuration>
197           <systemPropertyVariables>
198             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
199             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
200             <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
201           </systemPropertyVariables>
202           <dependenciesToScan>
203             <dependency>org.opendaylight.odlparent:features-test</dependency>
204           </dependenciesToScan>
205         </configuration>
206       </plugin>
207     </plugins>
208   </build>
209   <scm>
210     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
211     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
212     <tag>HEAD</tag>
213     <url>https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=summary</url>
214   </scm>
215 </project>
216