9550923677014db13b9a31f67bca5941bcd73b4a
[lispflowmapping.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.lispflowmapping</groupId>
7     <artifactId>lispflowmapping-commons</artifactId>
8     <version>1.19.0-SNAPSHOT</version>
9     <relativePath>commons/parent</relativePath>
10   </parent>
11
12   <artifactId>lispflowmapping-all</artifactId>
13   <packaging>pom</packaging>
14   <!-- Used by Sonar to set project name -->
15   <name>lispflowmapping</name>
16
17   <modules>
18     <module>commons/parent</module>
19     <module>commons/build_tools</module>
20     <module>artifacts</module>
21     <module>mappingservice</module>
22     <module>features</module>
23     <module>lispflowmapping-karaf</module>
24     <module>integrationtest</module>
25   </modules>
26
27   <build>
28     <pluginManagement>
29       <plugins>
30           <plugin>
31           <!-- Downgrade javadoc plugin, as 3.1.0+ breaks with maven.compiler.release=11 + javadoc:aggregate -->
32           <artifactId>maven-javadoc-plugin</artifactId>
33           <version>3.0.1</version>
34         </plugin>
35       </plugins>
36     </pluginManagement>
37
38     <plugins>
39 <!--       <plugin>
40         In this project we want to automatically sort all poms, thus we
41              add the invocation of this plugin to the root parent. Configuration is in
42              odlparent.
43         <groupId>com.google.code.sortpom</groupId>
44         <artifactId>maven-sortpom-plugin</artifactId>
45       </plugin> -->
46       <plugin>
47         <!-- Check for coding style violations.  Configuration in odlparent. -->
48         <groupId>org.apache.maven.plugins</groupId>
49         <artifactId>maven-checkstyle-plugin</artifactId>
50       </plugin>
51     </plugins>
52   </build>
53 </project>