[maven-release-plugin] prepare release releasepom-0.1.0
[controller.git] / opendaylight / forwardingrulesmanager / integrationtest / 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.controller</groupId>
6     <artifactId>commons.integrationtest</artifactId>
7     <version>0.5.0</version>
8     <relativePath>../../commons/integrationtest</relativePath>
9   </parent>
10   <scm>
11     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
12     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
13     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
14     <tag>releasepom-0.1.0</tag>
15   </scm>
16
17   <artifactId>forwardingrulesmanager.integrationtest</artifactId>
18   <version>0.4.0</version>
19
20   <dependencies>
21     <dependency>
22       <groupId>org.opendaylight.controller</groupId>
23       <artifactId>hosttracker</artifactId>
24       <version>0.4.0</version>
25     </dependency>
26     <dependency>
27       <groupId>org.opendaylight.controller</groupId>
28       <artifactId>hosttracker.implementation</artifactId>
29       <version>0.4.0</version>
30     </dependency>
31     <dependency>
32       <groupId>org.opendaylight.controller</groupId>
33       <artifactId>connectionmanager</artifactId>
34       <version>0.1.0</version>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.controller</groupId>
38       <artifactId>connectionmanager.implementation</artifactId>
39       <version>0.1.0</version>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.controller</groupId>
43       <artifactId>configuration</artifactId>
44       <version>0.4.0</version>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.controller</groupId>
48       <artifactId>sal.connection</artifactId>
49       <version>0.1.0</version>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.controller</groupId>
53       <artifactId>sal.connection.implementation</artifactId>
54       <version>0.1.0</version>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.controller</groupId>
58       <artifactId>configuration.implementation</artifactId>
59       <version>0.4.0</version>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.controller</groupId>
63       <artifactId>clustering.services</artifactId>
64       <version>0.4.0</version>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.controller</groupId>
68       <artifactId>clustering.stub</artifactId>
69       <version>0.4.0</version>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>switchmanager</artifactId>
74       <version>0.5.0</version>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.controller</groupId>
78       <artifactId>switchmanager.implementation</artifactId>
79       <version>0.4.0</version>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.controller</groupId>
83       <artifactId>sal</artifactId>
84       <version>0.5.0</version>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.controller</groupId>
88       <artifactId>sal.implementation</artifactId>
89       <version>0.4.0</version>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.controller</groupId>
93       <artifactId>forwardingrulesmanager</artifactId>
94       <version>0.4.0</version>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.controller</groupId>
98       <artifactId>forwardingrulesmanager.implementation</artifactId>
99       <version>0.4.0</version>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.controller</groupId>
103       <artifactId>containermanager</artifactId>
104       <version>0.5.0</version>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.controller</groupId>
108       <artifactId>containermanager.it.implementation</artifactId>
109       <version>0.5.0</version>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.controller</groupId>
113       <artifactId>protocol_plugins.stub</artifactId>
114       <version>0.4.0</version>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.controller</groupId>
118       <artifactId>topologymanager</artifactId>
119       <version>0.4.0</version>
120     </dependency>
121     <dependency>
122       <groupId>junit</groupId>
123       <artifactId>junit</artifactId>
124       <version>4.8.1</version>
125       <scope>test</scope>
126     </dependency>
127   </dependencies>
128   <properties>
129     <!-- Sonar jacoco plugin to get integration test coverage info -->
130     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
131     <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
132     <sonar.jacoco.itReportPath>../implementation/target/jacoco-it.exec</sonar.jacoco.itReportPath>
133     <sonar.language>java</sonar.language>
134   </properties>
135   <build>
136     <pluginManagement>
137       <plugins>
138         <plugin>
139           <groupId>org.jacoco</groupId>
140           <artifactId>jacoco-maven-plugin</artifactId>
141           <version>0.5.3.201107060350</version>
142         </plugin>
143       </plugins>
144     </pluginManagement>
145     <plugins>
146       <plugin>
147         <groupId>org.jacoco</groupId>
148         <artifactId>jacoco-maven-plugin</artifactId>
149         <version>${jacoco.version}</version>
150         <configuration>
151           <destFile>../implementation/target/jacoco-it.exec</destFile>
152           <includes>org.opendaylight.controller.*</includes>
153         </configuration>
154         <executions>
155           <execution>
156             <id>pre-test</id>
157             <goals>
158               <goal>prepare-agent</goal>
159             </goals>
160           </execution>
161           <execution>
162             <id>post-test</id>
163             <configuration>
164               <skip>true</skip>
165             </configuration>
166           </execution>
167         </executions>
168       </plugin>
169     </plugins>
170   </build>
171 </project>