d448d48becd3e123d78b7d576643e0e3d98fe69b
[groupbasedpolicy.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
3   This program and the accompanying materials are made available under the
4   terms of the Eclipse Public License v1.0 which accompanies this distribution,
5   and is available at http://www.eclipse.org/legal/epl-v10.html --><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">
6   <modelVersion>4.0.0</modelVersion>
7
8   <parent>
9     <groupId>org.opendaylight.odlparent</groupId>
10     <artifactId>odlparent-lite</artifactId>
11     <version>1.8.0-SNAPSHOT</version>
12     <relativePath/>
13   </parent>
14
15   <groupId>org.opendaylight.groupbasedpolicy</groupId>
16   <artifactId>groupbasedpolicy.project</artifactId>
17   <version>0.5.0-SNAPSHOT</version>
18   <packaging>pom</packaging>
19   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
20
21   <prerequisites>
22     <maven>3.0</maven>
23   </prerequisites>
24
25   <modules>
26     <module>artifacts</module>
27     <module>groupbasedpolicy</module>
28     <module>domain-extensions</module>
29     <module>renderers</module>
30     <module>location-providers</module>
31     <module>neutron-mapper</module>
32     <module>neutron-vpp-mapper</module>
33     <module>neutron-ovsdb</module>
34     <module>groupbasedpolicy-ui</module>
35     <module>distribution-karaf</module>
36     <module>features</module>
37     <module>sxp-mapper</module>
38     <module>groupbasedpolicy-ise-adapter</module>
39   </modules>
40
41   <build>
42     <plugins>
43       <plugin>
44         <groupId>org.apache.maven.plugins</groupId>
45         <artifactId>maven-deploy-plugin</artifactId>
46         <configuration>
47           <skip>true</skip>
48         </configuration>
49       </plugin>
50       <plugin>
51         <groupId>org.apache.maven.plugins</groupId>
52         <artifactId>maven-install-plugin</artifactId>
53         <configuration>
54           <skip>true</skip>
55         </configuration>
56       </plugin>
57       <plugin>
58         <groupId>org.jacoco</groupId>
59         <artifactId>jacoco-maven-plugin</artifactId>
60         <executions>
61           <execution>
62             <id>default-instrument</id>
63             <goals>
64               <goal>instrument</goal>
65             </goals>
66           </execution>
67           <execution>
68             <id>default-restore-instrumented-classes</id>
69             <goals>
70               <goal>restore-instrumented-classes</goal>
71             </goals>
72           </execution>
73         </executions>
74       </plugin>
75     </plugins>
76   </build>
77
78   <scm>
79     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
80     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
81     <tag>HEAD</tag>
82     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
83   </scm>
84 </project>