Incrementing versions by 0.1.0 for post-lithium master branch
[netvirt.git] / ovs-sfc / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2014 Red Hat, 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 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12
13   <modelVersion>4.0.0</modelVersion>
14
15   <parent>
16     <groupId>org.opendaylight.ovsdb</groupId>
17     <artifactId>commons</artifactId>
18     <version>1.4.0-SNAPSHOT</version>
19     <relativePath>../commons/parent</relativePath>
20   </parent>
21
22   <artifactId>ovssfc</artifactId>
23   <version>0.2.0-SNAPSHOT</version>
24   <packaging>bundle</packaging>
25   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
26   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
27   <licenses>
28     <license>
29       <name>Eclipse Public License v1.0</name>
30       <url>http://www.eclipse.org/legal/epl-v10.html</url>
31     </license>
32   </licenses>
33   <developers>
34     <developer>
35       <name>Sam Hague</name>
36       <email>shague@gmail.com</email>
37       <url>https://github.com/shague</url>
38     </developer>
39   </developers>
40   <scm>
41     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
42     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
43     <tag>HEAD</tag>
44     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
45   </scm>
46
47   <properties>
48     <jmxGeneratorPath>target/generated-sources/config</jmxGeneratorPath>
49   </properties>
50
51   <dependencies>
52     <dependency>
53       <groupId>org.osgi</groupId>
54       <artifactId>org.osgi.core</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>com.google.guava</groupId>
58       <artifactId>guava</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>junit</groupId>
62       <artifactId>junit</artifactId>
63       <scope>test</scope>
64     </dependency>
65     <dependency>
66       <groupId>org.mockito</groupId>
67       <artifactId>mockito-all</artifactId>
68       <scope>test</scope>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>config-api</artifactId>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.controller</groupId>
76       <artifactId>sal</artifactId>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.controller</groupId>
80       <artifactId>sal-binding-api</artifactId>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.controller</groupId>
84       <artifactId>sal-binding-config</artifactId>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.controller</groupId>
88       <artifactId>sal-common-api</artifactId>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.openflowplugin.model</groupId>
92       <artifactId>model-flow-base</artifactId>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.openflowplugin.model</groupId>
96       <artifactId>model-flow-service</artifactId>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.controller.model</groupId>
100       <artifactId>model-inventory</artifactId>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.ovsdb</groupId>
104       <artifactId>library</artifactId>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.ovsdb</groupId>
108       <artifactId>plugin</artifactId>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.ovsdb</groupId>
112       <artifactId>schema.openvswitch</artifactId>
113     </dependency>
114     <dependency>
115       <groupId>org.opendaylight.ovsdb</groupId>
116       <artifactId>utils.mdsal-openflow</artifactId>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.sfc</groupId>
120       <artifactId>sfc-model</artifactId>
121     </dependency>
122     <dependency>
123       <groupId>org.opendaylight.yangtools</groupId>
124       <artifactId>concepts</artifactId>
125     </dependency>
126     <dependency>
127       <groupId>org.opendaylight.yangtools</groupId>
128       <artifactId>yang-binding</artifactId>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.yangtools</groupId>
132       <artifactId>yang-common</artifactId>
133     </dependency>
134     <dependency>
135       <groupId>org.opendaylight.yangtools.model</groupId>
136       <artifactId>ietf-inet-types</artifactId>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.yangtools.model</groupId>
140       <artifactId>opendaylight-l2-types</artifactId>
141     </dependency>
142     <dependency>
143       <groupId>org.slf4j</groupId>
144       <artifactId>slf4j-api</artifactId>
145     </dependency>
146   </dependencies>
147
148   <build>
149     <plugins>
150       <plugin>
151         <groupId>org.apache.felix</groupId>
152         <artifactId>maven-bundle-plugin</artifactId>
153         <version>${bundle.plugin.version}</version>
154         <extensions>true</extensions>
155         <configuration>
156           <instructions>
157             <Embed-Dependency>utils.mdsal-openflow;type=!pom;inline=false</Embed-Dependency>
158             <Embed-Transitive>true</Embed-Transitive>
159             <Include-Resource>
160               /OSGI-OPT/ovs-sfc/53-ovssfc-provider.xml=${project.basedir}/src/main/resources/initial/53-ovssfc-provider.xml,{maven-resources}
161             </Include-Resource>
162           </instructions>
163           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
164         </configuration>
165       </plugin>
166       <plugin>
167         <groupId>org.opendaylight.yangtools</groupId>
168         <artifactId>yang-maven-plugin</artifactId>
169         <executions>
170           <execution>
171             <id>config</id>
172             <goals>
173               <goal>generate-sources</goal>
174             </goals>
175             <configuration>
176               <codeGenerators>
177                 <generator>
178                   <codeGeneratorClass>
179                     org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
180                   </codeGeneratorClass>
181                   <outputBaseDir>${jmxGeneratorPath}</outputBaseDir>
182                   <additionalConfiguration>
183                     <namespaceToPackage1>
184                       urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang
185                     </namespaceToPackage1>
186                   </additionalConfiguration>
187                 </generator>
188               </codeGenerators>
189               <inspectDependencies>true</inspectDependencies>
190             </configuration>
191           </execution>
192         </executions>
193         <dependencies>
194           <dependency>
195             <groupId>org.opendaylight.controller</groupId>
196             <artifactId>yang-jmx-generator-plugin</artifactId>
197             <version>${controller.config.version}</version>
198           </dependency>
199           <dependency>
200             <groupId>org.opendaylight.yangtools</groupId>
201             <artifactId>maven-sal-api-gen-plugin</artifactId>
202             <version>${yangtools.version}</version>
203           </dependency>
204         </dependencies>
205       </plugin>
206       <plugin>
207         <groupId>org.codehaus.mojo</groupId>
208         <artifactId>build-helper-maven-plugin</artifactId>
209       </plugin>
210       <plugin>
211         <groupId>org.apache.maven.plugins</groupId>
212         <artifactId>maven-checkstyle-plugin</artifactId>
213       </plugin>
214       <plugin>
215         <groupId>org.jacoco</groupId>
216         <artifactId>jacoco-maven-plugin</artifactId>
217       </plugin>
218     </plugins>
219   </build>
220 </project>