2b17b6327fcf9c45be12e5241f2693fd95df85de
[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>renderers</module>
23     <module>groupbasedpolicy-ofoverlay-config</module>
24     <module>groupbasedpolicy-opflex-config</module>
25     <module>groupbasedpolicy-openstackendpoint-config</module>
26     <module>neutron-mapper</module>
27     <module>neutron-mapper-config</module>
28     <module>distribution-karaf</module>
29     <module>features</module>
30   </modules>
31
32   <build>
33     <plugins>
34       <plugin>
35         <groupId>org.apache.maven.plugins</groupId>
36         <artifactId>maven-checkstyle-plugin</artifactId>
37         <version>${checkstyle.version}</version>
38         <configuration>
39           <!-- checkstyle is evil -->
40           <skip>true</skip>
41         </configuration>
42       </plugin>
43     </plugins>
44   </build>
45   <scm>
46     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
47     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
48     <tag>HEAD</tag>
49     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
50   </scm>
51
52 </project>