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