696bc0cb90154ffa174ebe7750062ff456d6eb30
[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.0-SNAPSHOT</version>
8     <relativePath>commons/parent</relativePath>
9   </parent>
10   <groupId>org.opendaylight.groupbasedpolicy</groupId>
11   <artifactId>groupbasedpolicy.project</artifactId>
12   <version>0.1.0-SNAPSHOT</version>
13   <packaging>pom</packaging>
14   <prerequisites>
15     <maven>3.0</maven>
16   </prerequisites>
17   <modules>
18     <module>commons/parent</module>
19     <module>groupbasedpolicy</module>
20     <module>distribution</module>
21   </modules>
22   <build>
23     <plugins>
24       <plugin>
25         <groupId>org.apache.maven.plugins</groupId>
26         <artifactId>maven-checkstyle-plugin</artifactId>
27         <version>${checkstyle.version}</version>
28         <configuration>
29           <!-- checkstyle is evil -->
30           <skip>true</skip>
31         </configuration>
32       </plugin>
33     </plugins>
34   </build>
35   <scm>
36     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
37     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
38     <tag>HEAD</tag>
39     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
40   </scm>
41
42 </project>