Bumping versions by 0.0.1 after the Helium SR3 release
[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.1.4-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.0.4-SNAPSHOT</branding.version>
22     <karaf.resources.version>1.4.6-SNAPSHOT</karaf.resources.version>
23     <karaf.version>3.0.1</karaf.version>
24     <feature.test.version>0.6.6-SNAPSHOT</feature.test.version>
25     <karaf.empty.version>1.4.6-SNAPSHOT</karaf.empty.version>
26     <surefire.version>2.16</surefire.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-mdsal</artifactId>
39       <version>${mdsal.version}</version>
40       <classifier>features</classifier>
41       <type>xml</type>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.openflowplugin</groupId>
45       <artifactId>features-openflowplugin</artifactId>
46       <version>${openflowplugin.distribution.version}</version>
47       <classifier>features</classifier>
48       <type>xml</type>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.groupbasedpolicy</groupId>
52       <artifactId>groupbasedpolicy</artifactId>
53       <version>${project.version}</version>
54     </dependency>
55
56     <dependency>
57       <groupId>org.opendaylight.yangtools</groupId>
58       <artifactId>features-test</artifactId>
59       <version>${feature.test.version}</version>
60       <scope>test</scope>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.groupbasedpolicy</groupId>
64       <artifactId>groupbasedpolicy-ofoverlay-config</artifactId>
65       <version>${project.version}</version>
66       <type>xml</type>
67       <classifier>config</classifier>
68     </dependency>
69
70    <!-- dependency for opendaylight-karaf-empty for use by testing -->
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>opendaylight-karaf-empty</artifactId>
74       <version>${karaf.empty.version}</version>
75       <type>zip</type>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.ovsdb</groupId>
79       <artifactId>features-openflow-nxm</artifactId>
80       <version>0.0.7-SNAPSHOT</version>
81       <classifier>features</classifier>
82       <type>xml</type>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.openflowplugin</groupId>
86       <artifactId>features-openflowplugin</artifactId>
87       <version>${openflowplugin.distribution.version}</version>
88       <classifier>features</classifier>
89       <type>xml</type>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.ovsdb</groupId>
93       <artifactId>features-openflow-nxm</artifactId>
94       <version>${openflowplugin.distribution.version}</version>
95       <classifier>features</classifier>
96       <type>xml</type>
97     </dependency>
98   </dependencies>
99   <build>
100     <resources>
101       <resource>
102         <directory>src/main/resources</directory>
103         <filtering>true</filtering>
104       </resource>
105     </resources>
106     <plugins>
107       <plugin>
108         <groupId>org.apache.maven.plugins</groupId>
109         <artifactId>maven-resources-plugin</artifactId>
110         <executions>
111           <execution>
112             <id>filter</id>
113             <phase>generate-resources</phase>
114             <goals>
115               <goal>resources</goal>
116             </goals>
117             </execution>
118           </executions>
119       </plugin>
120       <plugin>
121         <groupId>org.codehaus.mojo</groupId>
122         <artifactId>build-helper-maven-plugin</artifactId>
123         <executions>
124           <execution>
125             <id>attach-artifacts</id>
126             <phase>package</phase>
127             <goals>
128               <goal>attach-artifact</goal>
129             </goals>
130             <configuration>
131               <artifacts>
132                 <artifact>
133                   <file>${project.build.directory}/classes/${features.file}</file>
134                   <type>xml</type>
135                   <classifier>features</classifier>
136                 </artifact>
137               </artifacts>
138             </configuration>
139           </execution>
140         </executions>
141       </plugin>
142       <plugin>
143         <groupId>org.apache.maven.plugins</groupId>
144         <artifactId>maven-surefire-plugin</artifactId>
145         <version>${surefire.version}</version>
146         <configuration>
147           <systemPropertyVariables>
148             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
149             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
150             <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
151           </systemPropertyVariables>
152           <dependenciesToScan>
153             <dependency>org.opendaylight.yangtools:features-test</dependency>
154           </dependenciesToScan>
155         </configuration>
156       </plugin>
157     </plugins>
158   </build>
159   <scm>
160     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
161     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
162     <tag>HEAD</tag>
163     <url>https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=summary</url>
164   </scm>
165 </project>