Merge "Add Anyxml normalized node to yang-data-api."
[yangtools.git] / common / parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" 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     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>odlparent</artifactId>
16         <version>1.4.2-SNAPSHOT</version>
17     </parent>
18
19     <modelVersion>4.0.0</modelVersion>
20     <artifactId>yangtools-parent</artifactId>
21     <groupId>org.opendaylight.yangtools</groupId>
22     <version>0.6.2-SNAPSHOT</version>
23     <packaging>pom</packaging>
24     <prerequisites>
25         <maven>3.0.4</maven>
26     </prerequisites>
27
28     <properties>
29         <antlr4.version>4.0</antlr4.version>
30         <commons.io.version>2.4</commons.io.version>
31         <ctrie.version>0.2.0</ctrie.version>
32         <exam.version>3.0.0</exam.version>
33         <groovy.version>2.1.6</groovy.version>
34         <ietf.topology.version>2013.10.21.2-SNAPSHOT</ietf.topology.version>
35         <ietf.inet.types.version>2010.09.24.4-SNAPSHOT</ietf.inet.types.version>
36         <ietf.yang.types.version>2010.09.24.4-SNAPSHOT</ietf.yang.types.version>
37         <ietf.restconf.version>2013.10.19.1-SNAPSHOT</ietf.restconf.version>
38         <junit.version>4.10</junit.version>
39         <karaf.version>3.0.1</karaf.version>
40         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
41         <opendaylight.l2.types.version>2013.08.27.4-SNAPSHOT</opendaylight.l2.types.version>
42         <yang.ext.version>2013.09.07.4-SNAPSHOT</yang.ext.version>
43         <maven.javadoc.version>2.9.1</maven.javadoc.version>
44     </properties>
45
46     <dependencyManagement>
47         <dependencies>
48             <!-- Testing Dependencies -->
49             <dependency>
50                 <groupId>junit</groupId>
51                 <artifactId>junit</artifactId>
52                 <version>4.10</version>
53                 <scope>test</scope>
54             </dependency>
55             <dependency>
56                 <groupId>org.apache.maven.shared</groupId>
57                 <artifactId>maven-verifier</artifactId>
58                 <version>1.5</version>
59                 <scope>test</scope>
60             </dependency>
61             <dependency>
62                 <groupId>org.ops4j.pax.exam</groupId>
63                 <artifactId>pax-exam-container-native</artifactId>
64                 <version>3.0.0</version>
65                 <scope>test</scope>
66             </dependency>
67             <dependency>
68                 <groupId>org.ops4j.pax.exam</groupId>
69                 <artifactId>pax-exam-junit4</artifactId>
70                 <version>3.0.0</version>
71                 <scope>test</scope>
72             </dependency>
73             <dependency>
74                 <groupId>org.ops4j.pax.exam</groupId>
75                 <artifactId>pax-exam-link-mvn</artifactId>
76                 <version>3.0.0</version>
77                 <scope>test</scope>
78             </dependency>
79             <dependency>
80                 <groupId>equinoxSDK381</groupId>
81                 <artifactId>org.eclipse.osgi</artifactId>
82                 <version>3.8.1.v20120830-144521</version>
83                 <scope>test</scope>
84             </dependency>
85             <dependency>
86                 <groupId>org.codehaus.groovy</groupId>
87                 <artifactId>groovy</artifactId>
88                 <version>2.1.6</version>
89                 <scope>test</scope>
90             </dependency>
91             <dependency>
92                 <groupId>org.codehaus.groovy</groupId>
93                 <artifactId>groovy-xml</artifactId>
94                 <version>2.1.6</version>
95                 <scope>test</scope>
96             </dependency>
97             <dependency>
98                 <groupId>xmlunit</groupId>
99                 <artifactId>xmlunit</artifactId>
100                 <version>1.5</version>
101                 <scope>test</scope>
102             </dependency>
103             <dependency>
104                 <groupId>ch.qos.logback</groupId>
105                 <artifactId>logback-classic</artifactId>
106                 <version>1.0.9</version>
107             </dependency>
108             <dependency>
109                 <groupId>io.netty</groupId>
110                 <artifactId>netty-codec-http</artifactId>
111                 <version>4.0.10.Final</version>
112             </dependency>
113             <dependency>
114                 <groupId>org.opendaylight.yangtools</groupId>
115                 <artifactId>yang-data-util</artifactId>
116                 <version>0.6.2-SNAPSHOT</version>
117             </dependency>
118             <dependency>
119                 <groupId>org.opendaylight.yangtools</groupId>
120                 <artifactId>maven-sal-api-gen-plugin</artifactId>
121                 <version>0.6.2-SNAPSHOT</version>
122             </dependency>
123             <dependency>
124                 <groupId>org.opendaylight.yangtools.thirdparty</groupId>
125                 <artifactId>antlr4-runtime-osgi-nohead</artifactId>
126                 <version>4.0</version>
127                 <scope>test</scope>
128             </dependency>
129             <dependency>
130                 <groupId>org.opendaylight.yangtools.thirdparty</groupId>
131                 <artifactId>xtend-lib-osgi</artifactId>
132                 <version>2.4.3</version>
133                 <scope>test</scope>
134             </dependency>
135             <dependency>
136                 <groupId>org.opendaylight.yangtools</groupId>
137                 <artifactId>concepts</artifactId>
138                 <version>0.6.2-SNAPSHOT</version>
139             </dependency>
140             <dependency>
141                 <groupId>org.opendaylight.yangtools</groupId>
142                 <artifactId>object-cache-api</artifactId>
143                 <version>0.6.2-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.yangtools</groupId>
147                 <artifactId>object-cache-guava</artifactId>
148                 <version>0.6.2-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.yangtools</groupId>
152                 <artifactId>object-cache-noop</artifactId>
153                 <version>0.6.2-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.yangtools</groupId>
157                 <artifactId>binding-model-api</artifactId>
158                 <version>0.6.2-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.yangtools</groupId>
162                 <artifactId>binding-generator-api</artifactId>
163                 <version>0.6.2-SNAPSHOT</version>
164             </dependency>
165             <dependency>
166                 <groupId>org.opendaylight.yangtools</groupId>
167                 <artifactId>binding-generator-spi</artifactId>
168                 <version>0.6.2-SNAPSHOT</version>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.yangtools</groupId>
172                 <artifactId>binding-generator-util</artifactId>
173                 <version>0.6.2-SNAPSHOT</version>
174             </dependency>
175             <dependency>
176                 <groupId>org.opendaylight.yangtools</groupId>
177                 <artifactId>binding-generator-impl</artifactId>
178                 <version>0.6.2-SNAPSHOT</version>
179             </dependency>
180             <dependency>
181                 <groupId>org.opendaylight.yangtools</groupId>
182                 <artifactId>binding-java-api-generator</artifactId>
183                 <version>0.6.2-SNAPSHOT</version>
184             </dependency>
185             <dependency>
186                 <groupId>org.opendaylight.yangtools</groupId>
187                 <artifactId>yang-common</artifactId>
188                 <version>0.6.2-SNAPSHOT</version>
189             </dependency>
190             <dependency>
191                 <groupId>org.opendaylight.yangtools</groupId>
192                 <artifactId>yang-data-api</artifactId>
193                 <version>0.6.2-SNAPSHOT</version>
194             </dependency>
195             <dependency>
196                 <groupId>org.opendaylight.yangtools</groupId>
197                 <artifactId>yang-data-impl</artifactId>
198                 <version>0.6.2-SNAPSHOT</version>
199             </dependency>
200             <dependency>
201                 <groupId>org.opendaylight.yangtools</groupId>
202                 <artifactId>yang-model-api</artifactId>
203                 <version>0.6.2-SNAPSHOT</version>
204             </dependency>
205             <dependency>
206                 <groupId>org.opendaylight.yangtools</groupId>
207                 <artifactId>yang-model-util</artifactId>
208                 <version>0.6.2-SNAPSHOT</version>
209             </dependency>
210             <dependency>
211                 <groupId>org.opendaylight.yangtools</groupId>
212                 <artifactId>yang-binding</artifactId>
213                 <version>0.6.2-SNAPSHOT</version>
214             </dependency>
215             <dependency>
216                 <groupId>org.opendaylight.yangtools</groupId>
217                 <artifactId>yang-parser-api</artifactId>
218                 <version>0.6.2-SNAPSHOT</version>
219             </dependency>
220             <dependency>
221                 <groupId>org.opendaylight.yangtools</groupId>
222                 <artifactId>yang-parser-impl</artifactId>
223                 <version>0.6.2-SNAPSHOT</version>
224             </dependency>
225             <dependency>
226                 <groupId>org.opendaylight.yangtools</groupId>
227                 <artifactId>yang-maven-plugin</artifactId>
228                 <version>0.6.2-SNAPSHOT</version>
229             </dependency>
230             <dependency>
231                 <groupId>org.opendaylight.yangtools</groupId>
232                 <artifactId>yang-maven-plugin-spi</artifactId>
233                 <version>0.6.2-SNAPSHOT</version>
234             </dependency>
235             <dependency>
236                 <groupId>org.opendaylight.yangtools.model</groupId>
237                 <artifactId>ietf-inet-types</artifactId>
238                 <version>2010.09.24.4-SNAPSHOT</version>
239             </dependency>
240             <dependency>
241                 <groupId>org.opendaylight.yangtools.model</groupId>
242                 <artifactId>ietf-yang-types</artifactId>
243                 <version>2010.09.24.4-SNAPSHOT</version>
244             </dependency>
245             <dependency>
246                 <groupId>org.opendaylight.yangtools.model</groupId>
247                 <artifactId>ietf-restconf</artifactId>
248                 <version>2013.09.04.1-SNAPSHOT</version>
249             </dependency>
250             <dependency>
251                 <groupId>org.opendaylight.yangtools.model</groupId>
252                 <artifactId>ietf-ted</artifactId>
253                 <version>2013.10.21.2-SNAPSHOT</version>
254             </dependency>
255             <dependency>
256                 <groupId>org.opendaylight.yangtools.model</groupId>
257                 <artifactId>ietf-topology</artifactId>
258                 <version>2013.10.21.2-SNAPSHOT</version>
259             </dependency>
260             <dependency>
261                 <groupId>org.opendaylight.yangtools.model</groupId>
262                 <artifactId>ietf-topology-isis</artifactId>
263                 <version>2013.10.21.2-SNAPSHOT</version>
264             </dependency>
265             <dependency>
266                 <groupId>org.opendaylight.yangtools.model</groupId>
267                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
268                 <version>2013.10.21.2-SNAPSHOT</version>
269             </dependency>
270             <dependency>
271                 <groupId>org.opendaylight.yangtools.model</groupId>
272                 <artifactId>ietf-topology-ospf</artifactId>
273                 <version>2013.10.21.2-SNAPSHOT</version>
274             </dependency>
275             <dependency>
276                 <groupId>org.opendaylight.yangtools.model</groupId>
277                 <artifactId>ietf-topology-l3-unicast</artifactId>
278                 <version>2013.10.21.2-SNAPSHOT</version>
279             </dependency>
280             <dependency>
281                 <groupId>org.opendaylight.yangtools</groupId>
282                 <artifactId>yang-data-json</artifactId>
283                 <version>0.6.2-SNAPSHOT</version>
284             </dependency>
285             <dependency>
286                 <groupId>org.apache.maven</groupId>
287                 <artifactId>maven-core</artifactId>
288                 <version>3.0.5</version>
289             </dependency>
290             <dependency>
291                 <groupId>org.apache.maven</groupId>
292                 <artifactId>maven-plugin-api</artifactId>
293                 <version>3.0.5</version>
294             </dependency>
295             <dependency>
296                 <groupId>org.javassist</groupId>
297                 <artifactId>javassist</artifactId>
298                 <version>3.17.1-GA</version>
299             </dependency>
300             <dependency>
301                 <groupId>org.mockito</groupId>
302                 <artifactId>mockito-all</artifactId>
303                 <version>1.9.5</version>
304                 <scope>test</scope>
305             </dependency>
306             <dependency>
307                 <groupId>org.mockito</groupId>
308                 <artifactId>mockito-core</artifactId>
309                 <version>1.9.5</version>
310                 <scope>test</scope>
311             </dependency>
312             <dependency>
313                 <groupId>org.slf4j</groupId>
314                 <artifactId>slf4j-simple</artifactId>
315                 <version>1.7.2</version>
316                 <scope>test</scope>
317             </dependency>
318             <dependency>
319                 <groupId>org.slf4j</groupId>
320                 <artifactId>slf4j-api</artifactId>
321                 <version>1.7.2</version>
322             </dependency>
323             <dependency>
324                 <groupId>org.slf4j</groupId>
325                 <artifactId>slf4j-log4j12</artifactId>
326                 <version>1.7.2</version>
327             </dependency>
328             <dependency>
329                 <groupId>org.slf4j</groupId>
330                 <artifactId>log4j-over-slf4j</artifactId>
331                 <version>1.7.2</version>
332             </dependency>
333             <dependency>
334                 <groupId>xml-apis</groupId>
335                 <artifactId>xml-apis</artifactId>
336                 <version>2.0.2</version>
337             </dependency>
338             <dependency>
339                 <groupId>ch.qos.logback</groupId>
340                 <artifactId>logback-core</artifactId>
341                 <version>1.0.9</version>
342             </dependency>
343             <dependency>
344                 <groupId>com.google.guava</groupId>
345                 <artifactId>guava</artifactId>
346                 <version>14.0.1</version>
347             </dependency>
348             <dependency>
349                 <groupId>org.eclipse.xtend</groupId>
350                 <artifactId>org.eclipse.xtend.lib</artifactId>
351                 <version>2.4.3</version>
352             </dependency>
353             <dependency>
354                 <groupId>org.apache.commons</groupId>
355                 <artifactId>commons-lang3</artifactId>
356                 <version>3.1</version>
357             </dependency>
358             <dependency>
359                 <groupId>org.osgi</groupId>
360                 <artifactId>org.osgi.core</artifactId>
361                 <version>5.0.0</version>
362                 <scope>provided</scope>
363             </dependency>
364             <dependency>
365                 <groupId>commons-lang</groupId>
366                 <artifactId>commons-lang</artifactId>
367                 <version>2.6</version>
368             </dependency>
369             <dependency>
370                 <groupId>commons-codec</groupId>
371                 <artifactId>commons-codec</artifactId>
372                 <version>1.8</version>
373             </dependency>
374             <dependency>
375                 <groupId>com.google.code.findbugs</groupId>
376                 <artifactId>jsr305</artifactId>
377                 <version>2.0.3</version>
378             </dependency>
379             <dependency>
380                 <groupId>com.sun.jersey</groupId>
381                 <artifactId>jersey-client</artifactId>
382                 <version>1.17</version>
383             </dependency>
384             <dependency>
385                 <groupId>javax.ws.rs</groupId>
386                 <artifactId>javax.ws.rs-api</artifactId>
387                 <version>2.0</version>
388             </dependency>
389             <dependency>
390                 <groupId>javax.ws.rs</groupId>
391                 <artifactId>jsr311-api</artifactId>
392                 <version>1.1.1</version>
393             </dependency>
394
395             <dependency>
396                 <groupId>org.glassfish.jersey.ext</groupId>
397                 <artifactId>jersey-proxy-client</artifactId>
398                 <version>2.0</version>
399             </dependency>
400             <dependency>
401                 <groupId>org.glassfish.jersey.core</groupId>
402                 <artifactId>jersey-client</artifactId>
403                 <version>2.0</version>
404             </dependency>
405
406             <dependency>
407                 <groupId>commons-io</groupId>
408                 <artifactId>commons-io</artifactId>
409                 <version>2.4</version>
410             </dependency>
411
412             <dependency>
413                 <groupId>org.opendaylight.yangtools</groupId>
414                 <artifactId>restconf-client-api</artifactId>
415                 <version>${project.version}</version>
416             </dependency>
417             <dependency>
418                 <groupId>org.opendaylight.yangtools</groupId>
419                 <artifactId>restconf-common</artifactId>
420                 <version>${project.version}</version>
421             </dependency>
422             <dependency>
423                 <groupId>org.opendaylight.yangtools</groupId>
424                 <artifactId>restconf-util</artifactId>
425                 <version>${project.version}</version>
426             </dependency>
427             <dependency>
428                 <groupId>org.opendaylight.yangtools</groupId>
429                 <artifactId>restconf-test-service</artifactId>
430                 <version>${project.version}</version>
431             </dependency>
432             <dependency>
433                 <groupId>org.opendaylight.yangtools</groupId>
434                 <artifactId>restconf-client-impl</artifactId>
435                 <version>${project.version}</version>
436             </dependency>
437             <dependency>
438                 <groupId>org.opendaylight.yangtools</groupId>
439                 <artifactId>restconf-jaxrs-api</artifactId>
440                 <version>${project.version}</version>
441             </dependency>
442
443             <dependency>
444                 <groupId>org.opendaylight.yangtools</groupId>
445                 <artifactId>bug527-test-model</artifactId>
446                 <version>0.6.2-SNAPSHOT</version>
447                 <scope>test</scope>
448             </dependency>
449             <dependency>
450                 <groupId>org.opendaylight.yangtools</groupId>
451                 <artifactId>bug1196-test-model</artifactId>
452                 <version>0.6.2-SNAPSHOT</version>
453                 <scope>test</scope>
454             </dependency>
455
456             <dependency>
457                 <groupId>org.opendaylight.yangtools</groupId>
458                 <artifactId>websocket-client</artifactId>
459                 <version>${project.version}</version>
460             </dependency>
461
462             <dependency>
463                 <groupId>com.github.romix</groupId>
464                 <artifactId>java-concurrent-hash-trie-map</artifactId>
465                 <version>${ctrie.version}</version>
466             </dependency>
467             <dependency>
468                 <groupId>${project.groupId}</groupId>
469                 <artifactId>object-cache-api</artifactId>
470                 <version>${project.version}</version>
471             </dependency>
472             <dependency>
473                 <groupId>${project.groupId}</groupId>
474                 <artifactId>object-cache-guava</artifactId>
475                 <version>${project.version}</version>
476             </dependency>
477             <dependency>
478                 <groupId>${project.groupId}</groupId>
479                 <artifactId>object-cache-noop</artifactId>
480                 <version>${project.version}</version>
481             </dependency>
482             <dependency>
483                 <groupId>${project.groupId}</groupId>
484                 <artifactId>util</artifactId>
485                 <version>${project.version}</version>
486             </dependency>
487         </dependencies>
488     </dependencyManagement>
489
490     <build>
491         <pluginManagement>
492             <plugins>
493                 <plugin>
494                     <groupId>org.apache.maven.plugins</groupId>
495                     <artifactId>maven-jar-plugin</artifactId>
496                     <version>${maven.jar.version}</version>
497                     <configuration>
498                         <archive>
499                             <!--
500                                  Bundle OSGi Manifest created by maven-bundle-plugin
501                                  into a jar file
502                                  -->
503                             <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
504                         </archive>
505                     </configuration>
506                 </plugin>
507                 <plugin>
508                     <groupId>org.apache.felix</groupId>
509                     <artifactId>maven-bundle-plugin</artifactId>
510                     <version>${maven.bundle.version}</version>
511                     <extensions>true</extensions>
512                     <executions>
513                         <execution>
514                             <id>bundle-manifest</id>
515                             <phase>process-classes</phase>
516                             <goals>
517                                 <goal>manifest</goal>
518                             </goals>
519                         </execution>
520                     </executions>
521                 </plugin>
522                 <plugin>
523                     <groupId>org.eclipse.m2e</groupId>
524                     <artifactId>lifecycle-mapping</artifactId>
525                     <version>1.0.0</version>
526                     <configuration>
527                         <lifecycleMappingMetadata>
528                             <pluginExecutions>
529                                 <pluginExecution>
530                                     <pluginExecutionFilter>
531                                         <groupId>org.apache.felix</groupId>
532                                         <artifactId>maven-bundle-plugin</artifactId>
533                                         <versionRange>[1.0,)</versionRange>
534                                         <goals>
535                                             <goal>manifest</goal>
536                                         </goals>
537                                     </pluginExecutionFilter>
538                                     <action>
539                                         <execute />
540                                     </action>
541                                 </pluginExecution>
542                             </pluginExecutions>
543                         </lifecycleMappingMetadata>
544                     </configuration>
545                 </plugin>
546                 <plugin>
547                     <groupId>org.codehaus.mojo</groupId>
548                     <artifactId>build-helper-maven-plugin</artifactId>
549                     <version>1.8</version>
550                 </plugin>
551                 <plugin>
552                     <groupId>org.opendaylight.yangtools</groupId>
553                     <artifactId>yang-maven-plugin</artifactId>
554                     <version>0.6.2-SNAPSHOT</version>
555                     <executions>
556                         <execution>
557                             <goals>
558                                 <goal>generate-sources</goal>
559                             </goals>
560                             <configuration>
561                                 <yangFilesRootDir>src/main/yang</yangFilesRootDir>
562                                 <codeGenerators>
563                                     <generator>
564                                         <codeGeneratorClass>
565                                             org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
566                                         </codeGeneratorClass>
567                                         <outputBaseDir>
568                                             target/generated-sources/sal
569                                         </outputBaseDir>
570                                     </generator>
571                                     <generator>
572                                         <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
573                                         <outputBaseDir>target/site/restconf</outputBaseDir>
574                                     </generator>
575                                     <generator>
576                                         <codeGeneratorClass>org.opendaylight.yangtools.yang.wadl.generator.maven.WadlGenerator</codeGeneratorClass>
577                                         <outputBaseDir>target/site/restconf</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>0.6.2-SNAPSHOT</version>
589                             <type>jar</type>
590                         </dependency>
591                     </dependencies>
592                 </plugin>
593                 <plugin>
594                     <groupId>org.ops4j.pax.exam</groupId>
595                     <artifactId>maven-paxexam-plugin</artifactId>
596                     <version>1.2.4</version>
597                     <executions>
598                         <execution>
599                             <id>generate-config</id>
600                             <goals>
601                                 <goal>generate-depends-file</goal>
602                             </goals>
603                         </execution>
604                     </executions>
605                 </plugin>
606                 <plugin>
607                     <groupId>org.apache.maven.plugins</groupId>
608                     <artifactId>maven-javadoc-plugin</artifactId>
609                     <version>${maven.javadoc.version}</version>
610                     <configuration>
611                         <stylesheetfile>stylesheet.css</stylesheetfile>
612                     </configuration>
613                     <executions>
614                         <execution>
615                             <id>attach-javadocs</id>
616                             <goals>
617                                 <goal>jar</goal>
618                             </goals>
619                         </execution>
620                         <execution>
621                             <goals>
622                                 <goal>aggregate</goal>
623                             </goals>
624                             <phase>site</phase>
625                         </execution>
626                     </executions>
627                 </plugin>
628             </plugins>
629         </pluginManagement>
630
631         <plugins>
632             <!--
633             <plugin>
634                 <groupId>org.apache.maven.plugins</groupId>
635                 <artifactId>maven-enforcer-plugin</artifactId>
636                 <version>1.0</version>
637                 <executions>
638                     <execution>
639                         <id>enforce</id>
640                         <configuration>
641                             <rules>
642                                 <DependencyConvergence />
643                             </rules>
644                         </configuration>
645                         <goals>
646                             <goal>enforce</goal>
647                         </goals>
648                     </execution>
649                 </executions>
650             </plugin>
651             -->
652             <plugin>
653                 <groupId>org.eclipse.xtend</groupId>
654                 <artifactId>xtend-maven-plugin</artifactId>
655                 <version>${xtend.version}</version>
656                 <executions>
657                     <execution>
658                         <goals>
659                             <goal>compile</goal>
660                         </goals>
661                         <configuration>
662                             <outputDirectory>${basedir}/src/main/xtend-gen</outputDirectory>
663                         </configuration>
664                     </execution>
665                 </executions>
666             </plugin>
667             <plugin>
668                 <artifactId>maven-clean-plugin</artifactId>
669                 <version>2.5</version>
670                 <configuration>
671                     <filesets>
672                         <fileset>
673                             <directory>${basedir}/src/main/xtend-gen</directory>
674                             <includes>
675                                 <include>**</include>
676                             </includes>
677                         </fileset>
678                     </filesets>
679                 </configuration>
680             </plugin>
681             <plugin>
682                 <groupId>org.apache.maven.plugins</groupId>
683                 <artifactId>maven-jar-plugin</artifactId>
684             </plugin>
685             <plugin>
686                 <groupId>org.apache.felix</groupId>
687                 <artifactId>maven-bundle-plugin</artifactId>
688             </plugin>
689             <plugin>
690                 <groupId>org.apache.maven.plugins</groupId>
691                 <artifactId>maven-source-plugin</artifactId>
692                 <version>${maven.source.version}</version>
693                 <executions>
694                     <execution>
695                         <id>attach-sources</id>
696                         <goals>
697                             <goal>jar</goal>
698                         </goals>
699                     </execution>
700                 </executions>
701             </plugin>
702             <plugin>
703                 <groupId>org.apache.maven.plugins</groupId>
704                 <artifactId>maven-javadoc-plugin</artifactId>
705             </plugin>
706         </plugins>
707     </build>
708
709     <reporting>
710         <plugins>
711             <plugin>
712                 <groupId>org.codehaus.mojo</groupId>
713                 <artifactId>findbugs-maven-plugin</artifactId>
714                 <version>${findbugs.maven.plugin.version}</version>
715                 <configuration>
716                     <effort>Max</effort>
717                     <threshold>Low</threshold>
718                     <goal>site</goal>
719                 </configuration>
720             </plugin>
721             <plugin>
722                 <groupId>org.codehaus.mojo</groupId>
723                 <artifactId>jdepend-maven-plugin</artifactId>
724                 <version>${jdepend.maven.plugin.version}</version>
725             </plugin>
726         </plugins>
727     </reporting>
728     <repositories>
729         <!-- OpenDayLight Repo Mirror -->
730         <repository>
731             <id>opendaylight-mirror</id>
732             <name>opendaylight-mirror</name>
733             <url>http://nexus.opendaylight.org/content/groups/public/</url>
734             <snapshots>
735                 <enabled>false</enabled>
736             </snapshots>
737             <releases>
738                 <enabled>true</enabled>
739                 <updatePolicy>never</updatePolicy>
740             </releases>
741         </repository>
742
743         <!-- OpenDayLight Snapshot artifact -->
744         <repository>
745             <id>opendaylight-snapshot</id>
746             <name>opendaylight-snapshot</name>
747             <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
748             <snapshots>
749                 <enabled>true</enabled>
750             </snapshots>
751             <releases>
752                 <enabled>false</enabled>
753             </releases>
754         </repository>
755     </repositories>
756 </project>