Move integration tests to mdsal-it-parent
[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.3.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   <prerequisites>
18     <maven>3.1.1</maven>
19   </prerequisites>
20
21   <modules>
22     <module>commons/parent</module>
23     <module>commons/build_tools</module>
24     <module>commons/unittest_tools</module>
25     <module>artifacts</module>
26     <module>mappingservice</module>
27     <module>features</module>
28     <module>distribution-karaf</module>
29     <module>mappingservice/integrationtest</module>
30   </modules>
31
32   <build>
33     <plugins>
34 <!--       <plugin>
35         In this project we want to automatically sort all poms, thus we
36              add the invocation of this plugin to the root parent. Configuration is in
37              odlparent.
38         <groupId>com.google.code.sortpom</groupId>
39         <artifactId>maven-sortpom-plugin</artifactId>
40       </plugin> -->
41       <plugin>
42         <!-- Check for coding style violations.  Configuration in odlparent. -->
43         <groupId>org.apache.maven.plugins</groupId>
44         <artifactId>maven-checkstyle-plugin</artifactId>
45       </plugin>
46     </plugins>
47   </build>
48 </project>