apply checkstyle check during build for neutron-mapper
[groupbasedpolicy.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
3   This program and the accompanying materials are made available under the
4   terms of the Eclipse Public License v1.0 which accompanies this distribution,
5   and is available at http://www.eclipse.org/legal/epl-v10.html --><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">
6   <modelVersion>4.0.0</modelVersion>
7
8   <parent>
9     <groupId>org.opendaylight.odlparent</groupId>
10     <artifactId>odlparent-lite</artifactId>
11     <version>2.0.5</version>
12     <relativePath/>
13   </parent>
14
15   <groupId>org.opendaylight.groupbasedpolicy</groupId>
16   <artifactId>groupbasedpolicy.project</artifactId>
17   <version>0.7.0-SNAPSHOT</version>
18   <packaging>pom</packaging>
19   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
20
21   <prerequisites>
22     <maven>3.0</maven>
23   </prerequisites>
24
25   <modules>
26     <module>artifacts</module>
27     <module>groupbasedpolicy</module>
28     <module>domain-extensions</module>
29     <module>renderers</module>
30     <module>location-providers</module>
31     <module>neutron-mapper</module>
32     <module>neutron-vpp-mapper</module>
33     <module>neutron-ovsdb</module>
34     <module>groupbasedpolicy-ui</module>
35     <module>distribution-karaf</module>
36     <module>features</module>
37     <module>sxp-integration</module>
38   </modules>
39
40   <build>
41     <plugins>
42       <plugin>
43         <groupId>org.apache.maven.plugins</groupId>
44         <artifactId>maven-deploy-plugin</artifactId>
45         <configuration>
46           <skip>true</skip>
47         </configuration>
48       </plugin>
49       <plugin>
50         <groupId>org.apache.maven.plugins</groupId>
51         <artifactId>maven-install-plugin</artifactId>
52         <configuration>
53           <skip>true</skip>
54         </configuration>
55       </plugin>
56     </plugins>
57   </build>
58
59   <scm>
60     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
61     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
62     <tag>HEAD</tag>
63     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
64   </scm>
65 </project>