789f26783f1e2f1c5f73c002cc7d033eee6afe9d
[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   </modules>
21   <build>
22     <plugins>
23       <plugin>
24         <groupId>org.apache.maven.plugins</groupId>
25         <artifactId>maven-checkstyle-plugin</artifactId>
26         <version>${checkstyle.version}</version>
27         <configuration>
28           <!-- checkstyle is evil -->
29           <skip>true</skip>
30         </configuration>
31       </plugin>
32     </plugins>
33   </build>
34   <scm>
35     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
36     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
37     <tag>HEAD</tag>
38     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
39   </scm>
40
41 </project>