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