00221afbbac2b0b7a94e9ad03cd9cfda843af496
[openflowplugin.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4     <prerequisites>
5         <maven>3.0</maven>
6     </prerequisites>
7     <groupId>org.opendaylight.openflowplugin</groupId>
8     <artifactId>openflowplugin-parent</artifactId>
9     <version>0.0.3-SNAPSHOT</version>
10     <packaging>pom</packaging>
11
12     <scm>
13       <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
14       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
15       <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
16       <tag>HEAD</tag>
17     </scm>
18
19     <distributionManagement>
20       <!-- OpenDayLight Released artifact -->
21       <repository>
22         <id>opendaylight-release</id>
23         <url>${nexusproxy}/repositories/opendaylight.release/</url>
24       </repository>
25       <!-- OpenDayLight Snapshot artifact -->
26       <snapshotRepository>
27         <id>opendaylight-snapshot</id>
28         <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
29       </snapshotRepository>
30       <!-- Site deployment -->
31       <!-- site>
32            <id>website</id>
33            <url>${sitedeploy}</url>
34            </site -->
35     </distributionManagement>
36
37     <properties>
38       <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
39       <slf4j.version>1.7.2</slf4j.version>
40       <logback.version>1.0.9</logback.version>
41       <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
42       <openflowjava.version>0.5-SNAPSHOT</openflowjava.version>
43       <controller.model.version>1.1-SNAPSHOT</controller.model.version>
44       <osgi.core.version>5.0.0</osgi.core.version>
45       <sal.api.version>0.8.1-SNAPSHOT</sal.api.version>
46       <sal.connection.api.version>0.1.2-SNAPSHOT</sal.connection.api.version>
47       <netconf.connector.version>0.2.5-SNAPSHOT</netconf.connector.version>
48       <config.manager.version>0.2.5-SNAPSHOT</config.manager.version>
49     </properties>
50
51     <dependencyManagement>
52       <dependencies>
53         <dependency>
54           <groupId>org.javassist</groupId>
55           <artifactId>javassist</artifactId>
56           <version>3.17.1-GA</version>
57         </dependency>
58
59         <dependency>
60           <groupId>com.google.guava</groupId>
61           <artifactId>guava</artifactId>
62           <version>14.0.1</version>
63         </dependency>
64         <dependency>
65           <groupId>equinoxSDK381</groupId>
66           <artifactId>org.eclipse.osgi</artifactId>
67           <version>3.8.1.v20120830-144521</version>
68         </dependency>
69         <dependency>
70           <groupId>equinoxSDK381</groupId>
71           <artifactId>org.eclipse.equinox.console</artifactId>
72           <version>1.0.0.v20120522-1841</version>
73         </dependency>
74         <dependency>
75           <groupId>equinoxSDK381</groupId>
76           <artifactId>org.apache.felix.gogo.command</artifactId>
77           <version>0.8.0.v201108120515</version>
78         </dependency>
79         <dependency>
80           <groupId>equinoxSDK381</groupId>
81           <artifactId>org.apache.felix.gogo.runtime</artifactId>
82           <version>0.8.0.v201108120515</version>
83         </dependency>
84         <dependency>
85           <groupId>equinoxSDK381</groupId>
86           <artifactId>org.apache.felix.gogo.shell</artifactId>
87           <version>0.8.0.v201110170705</version>
88         </dependency>
89
90         <dependency>
91           <groupId>org.opendaylight.openflowjava</groupId>
92           <artifactId>openflow-protocol-impl</artifactId>
93           <version>${openflowjava.version}</version>
94         </dependency>
95         <dependency>
96           <groupId>org.opendaylight.openflowjava</groupId>
97           <artifactId>openflow-protocol-api</artifactId>
98           <version>${openflowjava.version}</version>
99         </dependency>
100         <dependency>
101           <groupId>org.opendaylight.openflowjava</groupId>
102           <artifactId>openflow-protocol-spi</artifactId>
103           <version>${openflowjava.version}</version>
104         </dependency>
105         <dependency>
106           <groupId>org.opendaylight.openflowjava</groupId>
107           <artifactId>simple-client</artifactId>
108           <version>${openflowjava.version}</version>
109         </dependency>
110         <dependency>
111           <groupId>org.opendaylight.controller.model</groupId>
112           <artifactId>model-flow-base</artifactId>
113           <version>${controller.model.version}</version>
114         </dependency>
115         <dependency>
116           <groupId>org.opendaylight.controller.model</groupId>
117           <artifactId>model-flow-management</artifactId>
118           <version>${controller.model.version}</version>
119         </dependency>
120         <dependency>
121           <groupId>org.opendaylight.controller.model</groupId>
122           <artifactId>model-flow-service</artifactId>
123           <version>${controller.model.version}</version>
124         </dependency>
125         <dependency>
126           <groupId>org.opendaylight.controller.model</groupId>
127           <artifactId>model-flow-statistics</artifactId>
128           <version>${controller.model.version}</version>
129         </dependency>
130         <dependency>
131           <groupId>org.opendaylight.controller.model</groupId>
132           <artifactId>model-inventory</artifactId>
133           <version>${controller.model.version}</version>
134         </dependency>
135         <dependency>
136           <groupId>org.opendaylight.controller</groupId>
137           <artifactId>sal-binding-api</artifactId>
138           <version>${controller.model.version}</version>
139         </dependency>
140         <dependency>
141             <groupId>org.opendaylight.controller</groupId>
142             <artifactId>sal</artifactId>
143             <version>${sal.api.version}</version>
144         </dependency>
145         <dependency>
146             <groupId>org.opendaylight.controller</groupId>
147             <artifactId>sal.connection</artifactId>
148             <version>${sal.connection.api.version}</version>
149         </dependency>
150         <dependency>
151             <groupId>org.opendaylight.controller</groupId>
152             <artifactId>sal-common-util</artifactId>
153             <version>${controller.model.version}</version>
154         </dependency>
155
156         <!-- IT -->
157         <dependency>
158             <groupId>org.opendaylight.controller</groupId>
159             <artifactId>config-netconf-connector</artifactId>
160             <version>${netconf.connector.version}</version>
161         </dependency>
162         <dependency>
163             <groupId>org.opendaylight.controller</groupId>
164             <artifactId>sal-binding-it</artifactId>
165             <version>${controller.model.version}</version>
166         </dependency>
167         <dependency>
168             <groupId>org.opendaylight.controller</groupId>
169             <artifactId>sal-binding-broker-impl</artifactId>
170             <version>${controller.model.version}</version>
171         </dependency>
172         <dependency>
173             <groupId>org.opendaylight.controller</groupId>
174             <artifactId>config-manager</artifactId>
175             <version>${config.manager.version}</version>
176         </dependency>
177         
178
179         <dependency>
180             <groupId>xml-apis</groupId>
181             <artifactId>xml-apis</artifactId>
182             <version>1.4.01</version>
183         </dependency>
184
185         <dependency>
186           <groupId>org.slf4j</groupId>
187           <artifactId>slf4j-log4j12</artifactId>
188           <version>${slf4j.version}</version>
189         </dependency>
190         <dependency>
191           <groupId>org.slf4j</groupId>
192           <artifactId>log4j-over-slf4j</artifactId>
193           <version>${slf4j.version}</version>
194         </dependency>
195         <dependency>
196           <groupId>ch.qos.logback</groupId>
197           <artifactId>logback-core</artifactId>
198           <version>${logback.version}</version>
199         </dependency>
200         <dependency>
201           <groupId>ch.qos.logback</groupId>
202           <artifactId>logback-classic</artifactId>
203           <version>${logback.version}</version>
204         </dependency>
205
206         <dependency>
207             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
208             <artifactId>xtend-lib-osgi</artifactId>
209             <version>2.4.3</version>
210             <scope>test</scope>
211         </dependency>
212
213         <dependency>
214           <groupId>org.osgi</groupId>
215           <artifactId>org.osgi.core</artifactId>
216           <version>${osgi.core.version}</version>
217           <scope>provided</scope>
218         </dependency>
219
220         <dependency>
221             <groupId>commons-lang</groupId>
222             <artifactId>commons-lang</artifactId>
223             <version>2.6</version>
224         </dependency>
225         <dependency>
226             <groupId>commons-codec</groupId>
227             <artifactId>commons-codec</artifactId>
228             <version>1.7</version>
229         </dependency>
230
231         <dependency>
232           <groupId>junit</groupId>
233           <artifactId>junit</artifactId>
234           <version>4.11</version>
235           <scope>test</scope>
236         </dependency>
237         <dependency>
238           <groupId>org.mockito</groupId>
239             <artifactId>mockito-all</artifactId>
240             <version>1.9.5</version>
241             <scope>test</scope>
242         </dependency>
243       </dependencies>
244     </dependencyManagement>
245
246     <build>
247         <pluginManagement>
248           <plugins>
249             <plugin>
250               <groupId>org.apache.maven.plugins</groupId>
251               <artifactId>maven-compiler-plugin</artifactId>
252               <configuration>
253                 <source>1.7</source>
254                 <target>1.7</target>
255               </configuration>
256             </plugin>
257             <plugin>
258               <groupId>org.ops4j.pax.exam</groupId>
259               <artifactId>maven-paxexam-plugin</artifactId>
260               <version>1.2.4</version>
261             </plugin>
262           </plugins>
263
264         </pluginManagement>
265     </build>
266
267     <profiles>
268       <profile>
269         <id>findbugsReport</id>
270         <reporting>
271           <plugins>
272             <plugin>
273               <groupId>org.apache.maven.plugins</groupId>
274               <artifactId>maven-project-info-reports-plugin</artifactId>
275               <version>2.7</version>
276               <configuration>
277                 <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
278                 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
279               </configuration>
280               <reportSets>
281                 <reportSet>
282                   <reports>
283                     <report>index</report>
284                     <report>project-team</report>
285                     <report>license</report>
286                     <report>mailing-list</report>
287                     <report>plugin-management</report>
288                     <report>cim</report>
289                     <report>issue-tracking</report>
290                     <report>scm</report>
291                     <report>summary</report>
292                   </reports>
293                 </reportSet>
294               </reportSets>
295             </plugin>
296             <plugin>
297               <groupId>org.codehaus.mojo</groupId>
298               <artifactId>findbugs-maven-plugin</artifactId>
299               <version>2.5.2</version>
300             </plugin>
301             <plugin>
302               <groupId>org.apache.maven.plugins</groupId>
303               <artifactId>maven-pmd-plugin</artifactId>
304               <version>3.0.1</version>
305             </plugin>
306             <plugin>
307               <groupId>org.apache.maven.plugins</groupId>
308               <artifactId>maven-jxr-plugin</artifactId>
309               <version>2.3</version>
310             </plugin>
311           </plugins>
312         </reporting>
313       </profile>
314     </profiles>
315
316     <repositories>
317       <repository>
318         <id>opendaylight-release</id>
319         <name>opendaylight-release</name>
320         <url>${nexusproxy}/repositories/opendaylight.release/</url>
321         <snapshots>
322           <enabled>false</enabled>
323         </snapshots>
324       </repository>
325       <repository>
326         <id>opendaylight-snapshot</id>
327         <name>opendaylight-snapshot</name>
328         <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
329         <releases>
330           <enabled>false</enabled>
331         </releases>
332       </repository>
333       <repository>
334         <id>public</id>
335         <name>public</name>
336         <url>${nexusproxy}/groups/public/</url>
337         <snapshots>
338           <enabled>false</enabled>
339         </snapshots>
340       </repository>
341
342     </repositories>
343
344     <pluginRepositories>
345       <pluginRepository>
346         <id>opendaylight-central</id>
347         <name>opendaylight-central</name>
348         <url>${nexusproxy}/repositories/public/</url>
349         <snapshots>
350           <enabled>false</enabled>
351         </snapshots>
352       </pluginRepository>
353       <pluginRepository>
354         <id>opendaylight-snapshot</id>
355         <name>central2</name>
356         <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
357         <releases>
358           <enabled>false</enabled>
359         </releases>
360       </pluginRepository>
361     </pluginRepositories>
362
363     <modules>
364       <module>openflowplugin</module>
365       <module>distribution/base</module>
366       <module>openflowplugin-it</module>
367       <module>test-provider</module>
368       <module>drop-test</module>
369       <module>samples/sample-consumer</module>
370       <module>samples/learning-switch</module>
371     </modules>
372 </project>