Remove dependency on sfc-model to help with yangtools issues.
[ovsdb.git] / commons / parent / 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
5   <parent>
6     <groupId>org.opendaylight.odlparent</groupId>
7     <artifactId>odlparent</artifactId>
8     <version>1.5.0-SNAPSHOT</version>
9     <relativePath></relativePath>
10   </parent>
11
12   <groupId>org.opendaylight.ovsdb</groupId>
13   <artifactId>commons</artifactId>
14   <name>OVSDB Parent POM</name>
15   <version>1.3.0-SNAPSHOT</version>
16   <packaging>pom</packaging>
17   <prerequisites>
18     <maven>3.0</maven>
19   </prerequisites>
20
21   <properties>
22     <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
23     <!-- ODL repository / plugin repository -->
24     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
25     <!-- Surefire/Failsafe Arguments -->
26     <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
27     <!-- OVSB Component Versions -->
28     <ovsdb.library.version>1.1.0-SNAPSHOT</ovsdb.library.version>
29     <ovsdb.plugin.version>1.1.0-SNAPSHOT</ovsdb.plugin.version>
30     <plugin.shell.version>1.1.0-SNAPSHOT</plugin.shell.version>
31     <openstack.netvirt.version>1.1.0-SNAPSHOT</openstack.netvirt.version>
32     <openstack.netvirt.providers.version>1.1.0-SNAPSHOT</openstack.netvirt.providers.version>
33     <ovsdb.northbound.version>0.7.0-SNAPSHOT</ovsdb.northbound.version>
34     <schema.openvswitch.version>1.1.0-SNAPSHOT</schema.openvswitch.version>
35     <schema.hardwarevtep.version>1.1.0-SNAPSHOT</schema.hardwarevtep.version>
36     <ovsdb.utils.config.version>1.1.0-SNAPSHOT</ovsdb.utils.config.version>
37     <utils.mdsal.openflow.version>1.1.0-SNAPSHOT</utils.mdsal.openflow.version>
38     <ovsdb.ovssfc.version>0.1.0-SNAPSHOT</ovsdb.ovssfc.version>
39     <!-- Skip Coverage and IT by default -->
40     <skip.coverage>true</skip.coverage>
41     <skip.integrationtest>true</skip.integrationtest>
42     <skip.karaf>false</skip.karaf>
43     <skip.distribution>false</skip.distribution>
44     <!-- The directory where maven was executed -->
45     <root.directory>${env.PWD}</root.directory>
46     <!-- UT reports are per-module -->
47     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
48     <!-- IT report is aggregated to enable PAX Exam coverage to be logged -->
49     <sonar.jacoco.itReportPath>${root.directory}/target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
50     <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
51     <!-- Override the JaCoCo version in ODL Parent -->
52     <jacoco.version>0.6.4.201312101107</jacoco.version>
53     <!-- ODL Dependency Versions -->
54     <containermanager.version>0.6.0-SNAPSHOT</containermanager.version>
55     <forwardingrulesmanager.version>0.7.0-SNAPSHOT</forwardingrulesmanager.version>
56     <networkconfig.neutron.version>0.5.0-SNAPSHOT</networkconfig.neutron.version>
57     <clustering.services.version>0.6.0-SNAPSHOT</clustering.services.version>
58     <sal.version>0.9.0-SNAPSHOT</sal.version>
59     <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
60     <opendaylight-l2-types.version>2013.08.27.7-SNAPSHOT</opendaylight-l2-types.version>
61     <openflowplugin.version>0.1.0-SNAPSHOT</openflowplugin.version>
62     <openflowjava-nicira.version>0.1.0-SNAPSHOT</openflowjava-nicira.version>
63     <openflowjava-extension.version>0.1.0-SNAPSHOT</openflowjava-extension.version>
64     <openflowjava.version>0.6.0-SNAPSHOT</openflowjava.version>
65     <controller.config.version>0.3.0-SNAPSHOT</controller.config.version>
66     <switchmanager.api.version>0.8.0-SNAPSHOT</switchmanager.api.version>
67     <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
68     <yang-ext.version>2013.09.07.7-SNAPSHOT</yang-ext.version>
69     <ietf.model.version>2010.09.24.7-SNAPSHOT</ietf.model.version>
70     <ietf.yang.types.version>2013.07.15.7-SNAPSHOT</ietf.yang.types.version>
71     <northbound.commons.version>0.5.0-SNAPSHOT</northbound.commons.version>
72     <checkstyle.rules.version>0.1.0-SNAPSHOT</checkstyle.rules.version>
73     <!-- 3rd Pary Dependency Versions -->
74     <commons.collection.version>1.0</commons.collection.version>
75     <portlet.version>2.0</portlet.version>
76     <powermock.version>1.5.2</powermock.version>
77     <httpcomponents.version>4.2.1</httpcomponents.version>
78     <karaf.shell.version>3.0.0</karaf.shell.version>
79     <odl.karaf.base.version>1.5.0-SNAPSHOT</odl.karaf.base.version>
80     <nsf.version>0.5.0-SNAPSHOT</nsf.version>
81   </properties>
82
83   <dependencyManagement>
84     <dependencies>
85       <dependency>
86         <groupId>commons-collections</groupId>
87         <artifactId>commons-collections</artifactId>
88         <version>${commons.collection.version}</version>
89       </dependency>
90       <dependency>
91         <groupId>io.netty</groupId>
92         <artifactId>netty-all</artifactId>
93         <version>${netty.version}</version>
94       </dependency>
95       <dependency>
96         <groupId>javax.portlet</groupId>
97         <artifactId>portlet-api</artifactId>
98         <version>${portlet.version}</version>
99       </dependency>
100       <dependency>
101         <groupId>org.apache.httpcomponents</groupId>
102         <artifactId>httpcore-nio</artifactId>
103         <version>${httpcomponents.version}</version>
104       </dependency>
105       <dependency>
106         <groupId>org.powermock</groupId>
107         <artifactId>powermock-module-junit4</artifactId>
108         <version>${powermock.version}</version>
109       </dependency>
110       <dependency>
111         <groupId>org.powermock</groupId>
112         <artifactId>powermock-api-mockito</artifactId>
113         <version>${powermock.version}</version>
114       </dependency>
115       <dependency>
116         <groupId>org.powermock</groupId>
117         <artifactId>powermock-core</artifactId>
118         <version>${powermock.version}</version>
119       </dependency>
120       <dependency>
121         <groupId>org.opendaylight.controller</groupId>
122         <artifactId>clustering.services</artifactId>
123         <version>${clustering.services.version}</version>
124       </dependency>
125       <dependency>
126         <groupId>org.opendaylight.controller</groupId>
127         <artifactId>sal</artifactId>
128         <version>${sal.version}</version>
129       </dependency>
130       <dependency>
131         <groupId>org.opendaylight.controller</groupId>
132         <artifactId>sal-common-api</artifactId>
133         <version>${mdsal.version}</version>
134       </dependency>
135       <dependency>
136         <groupId>org.opendaylight.controller</groupId>
137         <artifactId>containermanager</artifactId>
138         <version>${containermanager.version}</version>
139       </dependency>
140       <dependency>
141         <groupId>org.opendaylight.controller</groupId>
142         <artifactId>forwardingrulesmanager</artifactId>
143         <version>${forwardingrulesmanager.version}</version>
144       </dependency>
145       <dependency>
146         <groupId>org.opendaylight.controller</groupId>
147         <artifactId>networkconfig.neutron</artifactId>
148         <version>${networkconfig.neutron.version}</version>
149       </dependency>
150       <dependency>
151         <groupId>org.opendaylight.controller</groupId>
152         <artifactId>sal-binding-api</artifactId>
153         <version>${mdsal.version}</version>
154       </dependency>
155       <dependency>
156         <groupId>org.opendaylight.controller</groupId>
157         <artifactId>sal-binding-config</artifactId>
158         <version>${mdsal.version}</version>
159       </dependency>
160       <dependency>
161         <groupId>org.opendaylight.controller</groupId>
162         <artifactId>sal-common-util</artifactId>
163         <version>${mdsal.version}</version>
164       </dependency>
165       <dependency>
166         <groupId>org.opendaylight.controller</groupId>
167         <artifactId>switchmanager</artifactId>
168         <version>${switchmanager.api.version}</version>
169       </dependency>
170       <dependency>
171         <groupId>org.opendaylight.controller.model</groupId>
172         <artifactId>model-flow-base</artifactId>
173         <version>${mdsal.version}</version>
174       </dependency>
175       <dependency>
176         <groupId>org.opendaylight.controller.model</groupId>
177         <artifactId>model-flow-statistics</artifactId>
178         <version>${mdsal.version}</version>
179       </dependency>
180       <dependency>
181         <groupId>org.opendaylight.controller.model</groupId>
182         <artifactId>model-flow-service</artifactId>
183         <version>${mdsal.version}</version>
184       </dependency>
185       <dependency>
186         <groupId>org.opendaylight.controller.model</groupId>
187         <artifactId>model-inventory</artifactId>
188         <version>${mdsal.version}</version>
189       </dependency>
190       <dependency>
191         <groupId>org.opendaylight.yangtools</groupId>
192         <artifactId>concepts</artifactId>
193         <version>${yangtools.version}</version>
194       </dependency>
195       <dependency>
196         <groupId>org.opendaylight.yangtools</groupId>
197         <artifactId>yang-binding</artifactId>
198         <version>${yangtools.version}</version>
199       </dependency>
200       <dependency>
201         <groupId>org.opendaylight.yangtools</groupId>
202         <artifactId>yang-common</artifactId>
203         <version>${yangtools.version}</version>
204       </dependency>
205       <dependency>
206         <groupId>org.opendaylight.yangtools</groupId>
207         <artifactId>features-test</artifactId>
208         <version>${yangtools.version}</version>
209         <scope>test</scope>
210       </dependency>
211       <dependency>
212         <groupId>org.opendaylight.yangtools.model</groupId>
213         <artifactId>ietf-inet-types</artifactId>
214         <version>${ietf.model.version}</version>
215       </dependency>
216       <dependency>
217         <groupId>org.opendaylight.yangtools.model</groupId>
218         <artifactId>ietf-yang-types</artifactId>
219         <version>${ietf.model.version}</version>
220       </dependency>
221       <dependency>
222         <groupId>org.opendaylight.yangtools.model</groupId>
223         <artifactId>ietf-yang-types-20130715</artifactId>
224         <version>${ietf.yang.types.version}</version>
225       </dependency>
226       <dependency>
227         <groupId>org.opendaylight.yangtools.model</groupId>
228         <artifactId>yang-ext</artifactId>
229         <version>${yang-ext.version}</version>
230       </dependency>
231       <dependency>
232         <groupId>org.opendaylight.yangtools.model</groupId>
233         <artifactId>opendaylight-l2-types</artifactId>
234         <version>${opendaylight-l2-types.version}</version>
235       </dependency>
236       <dependency>
237         <groupId>org.opendaylight.controller</groupId>
238         <artifactId>opendaylight-karaf-empty</artifactId>
239         <version>1.5.0-SNAPSHOT</version>
240         <type>zip</type>
241       </dependency>
242       <dependency>
243         <groupId>org.opendaylight.controller</groupId>
244         <artifactId>commons.northbound</artifactId>
245         <version>${northbound.commons.version}</version>
246       </dependency>
247       <dependency>
248           <groupId>org.opendaylight.controller</groupId>
249           <artifactId>config-api</artifactId>
250           <version>${controller.config.version}</version>
251       </dependency>
252       <dependency>
253           <groupId>org.opendaylight.openflowjava</groupId>
254           <artifactId>openflow-protocol-api</artifactId>
255           <version>${openflowjava.version}</version>
256       </dependency>
257       <dependency>
258           <groupId>org.opendaylight.openflowjava</groupId>
259           <artifactId>openflow-protocol-spi</artifactId>
260           <version>${openflowjava.version}</version>
261       </dependency>
262         <dependency>
263             <groupId>org.opendaylight.openflowjava</groupId>
264             <artifactId>openflow-protocol-impl</artifactId>
265             <version>${openflowjava.version}</version>
266         </dependency>
267       <dependency>
268           <groupId>org.opendaylight.openflowjava</groupId>
269           <artifactId>util</artifactId>
270           <version>${openflowjava.version}</version>
271       </dependency>
272       <dependency>
273           <groupId>org.opendaylight.openflowplugin</groupId>
274           <artifactId>openflowjava-extension-nicira-api</artifactId>
275           <version>${openflowjava-nicira.version}</version>
276       </dependency>
277       <dependency>
278           <groupId>org.opendaylight.openflowplugin</groupId>
279           <artifactId>openflowjava-extension-nicira</artifactId>
280           <version>${openflowjava-nicira.version}</version>
281       </dependency>
282       <dependency>
283           <groupId>org.opendaylight.openflowplugin</groupId>
284           <artifactId>openflowplugin-extension-api</artifactId>
285           <version>${openflowplugin.version}</version>
286       </dependency>
287       <dependency>
288           <groupId>org.opendaylight.openflowplugin</groupId>
289           <artifactId>openflowplugin-extension-nicira</artifactId>
290           <version>${openflowplugin.version}</version>
291       </dependency>
292       <dependency>
293           <groupId>org.opendaylight.openflowplugin</groupId>
294           <artifactId>openflowplugin-extension-nicira-config</artifactId>
295           <version>${openflowplugin.version}</version>
296       </dependency>
297       <dependency>
298           <groupId>org.opendaylight.openflowplugin</groupId>
299           <artifactId>openflowplugin</artifactId>
300           <version>${openflowplugin.version}</version>
301       </dependency>
302       <dependency>
303         <groupId>org.opendaylight.ovsdb</groupId>
304         <artifactId>library</artifactId>
305         <version>${ovsdb.library.version}</version>
306       </dependency>
307       <dependency>
308         <groupId>org.opendaylight.ovsdb</groupId>
309         <artifactId>plugin</artifactId>
310         <version>${ovsdb.plugin.version}</version>
311       </dependency>
312       <dependency>
313         <groupId>org.opendaylight.ovsdb</groupId>
314         <artifactId>plugin-shell</artifactId>
315         <version>${plugin.shell.version}</version>
316       </dependency>
317       <dependency>
318         <groupId>org.opendaylight.ovsdb</groupId>
319         <artifactId>openstack.net-virt</artifactId>
320         <version>${openstack.netvirt.version}</version>
321       </dependency>
322       <dependency>
323         <groupId>org.opendaylight.ovsdb</groupId>
324         <artifactId>openstack.net-virt-providers</artifactId>
325         <version>${openstack.netvirt.providers.version}</version>
326       </dependency>
327       <dependency>
328         <groupId>org.opendaylight.ovsdb</groupId>
329         <artifactId>northbound</artifactId>
330         <version>${ovsdb.northbound.version}</version>
331       </dependency>
332       <dependency>
333         <groupId>org.opendaylight.ovsdb</groupId>
334         <artifactId>schema.hardwarevtep</artifactId>
335         <version>${schema.hardwarevtep.version}</version>
336       </dependency>
337       <dependency>
338         <groupId>org.opendaylight.ovsdb</groupId>
339         <artifactId>schema.openvswitch</artifactId>
340         <version>${schema.openvswitch.version}</version>
341       </dependency>
342       <dependency>
343         <groupId>org.opendaylight.ovsdb</groupId>
344         <artifactId>plugin-mdsal-adapter</artifactId>
345         <version>${ovsdb.plugin.version}</version>
346       </dependency>
347       <dependency>
348         <groupId>org.opendaylight.ovsdb</groupId>
349         <artifactId>utils.config</artifactId>
350         <version>${ovsdb.utils.config.version}</version>
351       </dependency>
352       <dependency>
353         <groupId>org.opendaylight.ovsdb</groupId>
354         <artifactId>utils.mdsal-openflow</artifactId>
355         <version>${utils.mdsal.openflow.version}</version>
356       </dependency>
357     </dependencies>
358   </dependencyManagement>
359
360   <build>
361     <pluginManagement>
362       <plugins>
363         <plugin>
364           <groupId>org.apache.maven.plugins</groupId>
365           <artifactId>maven-compiler-plugin</artifactId>
366           <configuration>
367             <source>${java.version.source}</source>
368             <target>${java.version.target}</target>
369             <testSource>${java.version.source}</testSource>
370             <testTarget>${java.version.target}</testTarget>
371           </configuration>
372         </plugin>
373         <!-- This configuration should move to ODL-Parent -->
374         <plugin>
375           <groupId>org.eclipse.m2e</groupId>
376           <artifactId>lifecycle-mapping</artifactId>
377           <version>${lifecycle.mapping.version}</version>
378           <configuration>
379             <lifecycleMappingMetadata>
380               <pluginExecutions>
381                 <pluginExecution>
382                   <pluginExecutionFilter>
383                     <groupId>org.codehaus.mojo</groupId>
384                     <artifactId>properties-maven-plugin</artifactId>
385                     <versionRange>[0.0,)</versionRange>
386                     <goals>
387                       <goal>set-system-properties</goal>
388                     </goals>
389                   </pluginExecutionFilter>
390                   <action>
391                     <ignore></ignore>
392                   </action>
393                 </pluginExecution>
394                 <pluginExecution>
395                   <pluginExecutionFilter>
396                     <groupId>org.jacoco</groupId>
397                     <artifactId>jacoco-maven-plugin</artifactId>
398                     <versionRange>[0.0,)</versionRange>
399                     <goals>
400                       <goal>prepare-agent</goal>
401                       <goal>pre-test</goal>
402                       <goal>post-test</goal>
403                     </goals>
404                   </pluginExecutionFilter>
405                   <action>
406                     <ignore></ignore>
407                   </action>
408                 </pluginExecution>
409                 <pluginExecution>
410                   <pluginExecutionFilter>
411                     <groupId>org.apache.maven.plugins</groupId>
412                     <artifactId>maven-checkstyle-plugin</artifactId>
413                     <versionRange>[2.0,)</versionRange>
414                     <goals>
415                       <goal>check</goal>
416                     </goals>
417                   </pluginExecutionFilter>
418                   <action>
419                     <ignore></ignore>
420                   </action>
421                 </pluginExecution>
422                 <pluginExecution>
423                   <pluginExecutionFilter>
424                     <groupId>org.opendaylight.yangtools</groupId>
425                     <artifactId>yang-maven-plugin</artifactId>
426                     <versionRange>[0.5,)</versionRange>
427                     <goals>
428                       <goal>generate-sources</goal>
429                     </goals>
430                   </pluginExecutionFilter>
431                   <action>
432                     <execute></execute>
433                   </action>
434                 </pluginExecution>
435               </pluginExecutions>
436             </lifecycleMappingMetadata>
437           </configuration>
438         </plugin>
439         <plugin>
440           <groupId>org.apache.maven.plugins</groupId>
441           <artifactId>maven-checkstyle-plugin</artifactId>
442           <version>${checkstyle.version}</version>
443           <configuration>
444             <failsOnError>true</failsOnError>
445             <configLocation>controller/checkstyle.xml</configLocation>
446             <consoleOutput>true</consoleOutput>
447             <includeTestSourceDirectory>true</includeTestSourceDirectory>
448             <sourceDirectory>${project.basedir}</sourceDirectory>
449             <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
450             <excludes>**\/target\/,**\/bin\/,**\/target-ide\/,\/</excludes>
451           </configuration>
452           <dependencies>
453             <dependency>
454               <groupId>org.opendaylight.controller</groupId>
455               <artifactId>checkstyle</artifactId>
456               <version>0.1.0-SNAPSHOT</version>
457             </dependency>
458           </dependencies>
459           <executions>
460             <execution>
461               <goals>
462                 <goal>check</goal>
463               </goals>
464               <phase>process-sources</phase>
465             </execution>
466           </executions>
467         </plugin>
468         <plugin>
469           <groupId>org.jacoco</groupId>
470           <artifactId>jacoco-maven-plugin</artifactId>
471           <version>${jacoco.version}</version>
472           <configuration>
473             <skip>${skip.coverage}</skip>
474           </configuration>
475           <executions>
476             <execution>
477               <id>pre-unit-test</id>
478               <goals>
479                 <goal>prepare-agent</goal>
480               </goals>
481               <configuration>
482                 <destFile>${sonar.jacoco.reportPath}</destFile>
483               </configuration>
484             </execution>
485             <execution>
486               <id>pre-integration-test</id>
487               <goals>
488                 <goal>prepare-agent-integration</goal>
489               </goals>
490               <configuration>
491                 <destFile>${sonar.jacoco.itReportPath}</destFile>
492                 <append>true</append>
493                 <skip>${skip.integrationtest}</skip>
494               </configuration>
495             </execution>
496             <execution>
497               <id>post-unit-test</id>
498               <goals>
499                 <goal>report</goal>
500               </goals>
501               <configuration>
502                 <dataFile>${sonar.jacoco.reportPath}</dataFile>
503               </configuration>
504             </execution>
505             <execution>
506               <id>post-integration-test</id>
507               <goals>
508                 <goal>report-integration</goal>
509               </goals>
510               <configuration>
511                 <dataFile>${sonar.jacoco.itReportPath}</dataFile>
512                 <skip>${skip.integrationtest}</skip>
513               </configuration>
514             </execution>
515           </executions>
516         </plugin>
517         <plugin>
518           <groupId>org.apache.maven.plugins</groupId>
519           <artifactId>maven-surefire-plugin</artifactId>
520           <version>${maven.surefire.version}</version>
521         </plugin>
522         <plugin>
523           <groupId>org.apache.maven.plugins</groupId>
524           <artifactId>maven-failsafe-plugin</artifactId>
525           <version>${failsafe.version}</version>
526           <executions>
527             <execution>
528               <id>failsafe-integration-tests</id>
529               <goals>
530                 <goal>integration-test</goal>
531                 <goal>verify</goal>
532               </goals>
533               <configuration>
534                 <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
535                 <skipTests>${skip.integrationtest}</skipTests>
536               </configuration>
537             </execution>
538           </executions>
539         </plugin>
540         <plugin>
541           <groupId>org.opendaylight.yangtools</groupId>
542           <artifactId>yang-maven-plugin</artifactId>
543           <version>${yangtools.version}</version>
544           <executions>
545             <execution>
546               <goals>
547                 <goal>generate-sources</goal>
548               </goals>
549               <configuration>
550                 <!-- directory containing yang files to parse and generate code -->
551                 <yangFilesRootDir>src/main/yang</yangFilesRootDir>
552                 <codeGenerators>
553                   <generator>
554                     <codeGeneratorClass>
555                       org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
556                     </codeGeneratorClass>
557                     <!-- directory into which generated files will be placed -->
558                     <outputBaseDir>
559                       target/generated-sources/sal
560                     </outputBaseDir>
561                   </generator>
562                 </codeGenerators>
563                 <inspectDependencies>true</inspectDependencies>
564               </configuration>
565             </execution>
566           </executions>
567           <dependencies>
568             <dependency>
569               <groupId>org.opendaylight.yangtools</groupId>
570               <artifactId>maven-sal-api-gen-plugin</artifactId>
571               <version>${yangtools.version}</version>
572               <type>jar</type>
573             </dependency>
574           </dependencies>
575         </plugin>
576         <plugin>
577           <groupId>org.codehaus.mojo</groupId>
578           <artifactId>build-helper-maven-plugin</artifactId>
579           <version>1.7</version>
580           <executions>
581             <execution>
582               <phase>generate-sources</phase>
583               <goals>
584                 <goal>add-source</goal>
585               </goals>
586               <configuration>
587                 <sources>
588                   <source>target/generated-sources/sal</source>
589                 </sources>
590               </configuration>
591             </execution>
592           </executions>
593         </plugin>
594       </plugins>
595     </pluginManagement>
596   </build>
597   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
598   <scm>
599     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
600     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
601     <tag>HEAD</tag>
602     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
603   </scm>
604
605   <repositories>
606     <!-- Opendaylight public group -->
607     <repository>
608       <id>opendaylight-public</id>
609       <name>opendaylight-public</name>
610       <url>${nexusproxy}/groups/public/</url>
611       <snapshots>
612         <enabled>false</enabled>
613       </snapshots>
614       <releases>
615         <enabled>true</enabled>
616         <updatePolicy>never</updatePolicy>
617       </releases>
618     </repository>
619     <!-- OpenDayLight Released artifact -->
620     <repository>
621       <id>opendaylight-release</id>
622       <name>opendaylight-release</name>
623       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
624       <snapshots>
625         <enabled>false</enabled>
626       </snapshots>
627       <releases>
628         <enabled>true</enabled>
629       </releases>
630     </repository>
631     <!-- OpenDayLight Snapshot artifact -->
632     <repository>
633       <id>opendaylight-snapshot</id>
634       <name>opendaylight-snapshot</name>
635       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
636       <snapshots>
637         <enabled>true</enabled>
638       </snapshots>
639       <releases>
640         <enabled>false</enabled>
641       </releases>
642     </repository>
643   </repositories>
644
645   <pluginRepositories>
646     <!-- Opendaylight public group -->
647     <pluginRepository>
648       <id>opendaylight-public</id>
649       <name>opendaylight-public</name>
650       <url>${nexusproxy}/groups/public/</url>
651       <snapshots>
652         <enabled>false</enabled>
653       </snapshots>
654       <releases>
655         <enabled>true</enabled>
656         <updatePolicy>never</updatePolicy>
657       </releases>
658     </pluginRepository>
659     <!-- OpenDayLight Released artifact -->
660     <pluginRepository>
661       <id>opendaylight-release</id>
662       <name>opendaylight-release</name>
663       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
664       <snapshots>
665         <enabled>false</enabled>
666       </snapshots>
667       <releases>
668         <enabled>true</enabled>
669       </releases>
670     </pluginRepository>
671     <!-- OpenDayLight Snapshot artifact -->
672     <pluginRepository>
673       <id>opendaylight-snapshot</id>
674       <name>opendaylight-snapshot</name>
675       <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
676       <snapshots>
677         <enabled>true</enabled>
678       </snapshots>
679       <releases>
680         <enabled>false</enabled>
681       </releases>
682     </pluginRepository>
683   </pluginRepositories>
684
685   <profiles>
686     <profile>
687       <id>integrationtest</id>
688       <activation>
689         <activeByDefault>false</activeByDefault>
690       </activation>
691       <properties>
692         <skip.integrationtest>false</skip.integrationtest>
693       </properties>
694     </profile>
695     <profile>
696       <id>coverage</id>
697       <activation>
698         <activeByDefault>false</activeByDefault>
699       </activation>
700       <properties>
701         <skip.coverage>false</skip.coverage>
702       </properties>
703     </profile>
704     <profile>
705       <id>jenkins</id>
706       <activation>
707         <activeByDefault>false</activeByDefault>
708       </activation>
709       <properties>
710         <skip.distribution>true</skip.distribution>
711         <root.directory>${env.WORKSPACE}</root.directory>
712       </properties>
713     </profile>
714     <profile>
715       <id>karaf</id>
716       <activation>
717         <activeByDefault>false</activeByDefault>
718       </activation>
719       <properties>
720         <skip.karaf>false</skip.karaf>
721       </properties>
722     </profile>
723   </profiles>
724 </project>