Merge "Remove OSGi distribution build"
[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   <parent>
5     <groupId>org.opendaylight.lispflowmapping</groupId>
6     <artifactId>lispflowmapping-commons</artifactId>
7     <version>1.2.0-SNAPSHOT</version>
8     <relativePath>commons/parent</relativePath>
9   </parent>
10
11   <artifactId>lispflowmapping-all</artifactId>
12   <packaging>pom</packaging>
13   <!-- Used by Sonar to set project name -->
14   <name>lispflowmapping</name>
15
16   <modules>
17     <module>commons/parent</module>
18     <module>commons/build_tools</module>
19     <module>commons/unittest_tools</module>
20     <module>mappingservice</module>
21     <module>features</module>
22     <module>artifacts</module>
23     <module>distribution-karaf</module>
24   </modules>
25
26   <build>
27     <plugins>
28       <plugin>
29         <!-- In this project we want to automatically sort all poms, thus we
30              add the invocation of this plugin to the root parent. Configuration is in
31              the ODL parent. -->
32         <groupId>com.google.code.sortpom</groupId>
33         <artifactId>maven-sortpom-plugin</artifactId>
34       </plugin>
35       <plugin>
36         <!-- Check for coding style violations.  Configuration in the parent pom. -->
37         <groupId>org.apache.maven.plugins</groupId>
38         <artifactId>maven-checkstyle-plugin</artifactId>
39       </plugin>
40     </plugins>
41   </build>
42 </project>