3f5d4261a46a9e44644a05f88034b1b2203940e6
[groupbasedpolicy.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/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.groupbasedpolicy</groupId>
6     <artifactId>commons.groupbasedpolicy</artifactId>
7     <version>0.2.0-SNAPSHOT</version>
8     <relativePath>commons/parent</relativePath>
9   </parent>
10   <groupId>org.opendaylight.groupbasedpolicy</groupId>
11   <artifactId>groupbasedpolicy.project</artifactId>
12   <version>0.2.0-SNAPSHOT</version>
13   <packaging>pom</packaging>
14   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
15
16   <prerequisites>
17     <maven>3.0</maven>
18   </prerequisites>
19   <modules>
20     <module>commons/parent</module>
21     <module>groupbasedpolicy</module>
22     <module>groupbasedpolicy-ofoverlay-config</module>
23     <module>groupbasedpolicy-openstackendpoint-config</module>
24     <module>distribution-karaf</module>
25     <module>features</module>
26   </modules>
27
28   <build>
29     <plugins>
30       <plugin>
31         <groupId>org.apache.maven.plugins</groupId>
32         <artifactId>maven-checkstyle-plugin</artifactId>
33         <version>${checkstyle.version}</version>
34         <configuration>
35           <!-- checkstyle is evil -->
36           <skip>true</skip>
37         </configuration>
38       </plugin>
39     </plugins>
40   </build>
41   <scm>
42     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
43     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
44     <tag>HEAD</tag>
45     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
46   </scm>
47
48 </project>