915717da70fc784e8b5524f1bfeda6919ca2cb58
[controller.git] / opendaylight / statisticsmanager / 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.1-SNAPSHOT</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>HEAD</tag>
15   </scm>
16
17   <artifactId>statisticsmanager.integrationtest</artifactId>
18   <version>0.4.1-SNAPSHOT</version>
19   <dependencies>
20     <dependency>
21       <groupId>org.opendaylight.controller</groupId>
22       <artifactId>protocol_plugins.stub</artifactId>
23       <version>0.4.1-SNAPSHOT</version>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.controller</groupId>
27       <artifactId>sal</artifactId>
28       <version>0.5.1-SNAPSHOT</version>
29     </dependency>
30      <dependency>
31       <groupId>org.opendaylight.controller</groupId>
32       <artifactId>sal.implementation</artifactId>
33       <version>0.4.1-SNAPSHOT</version>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.controller</groupId>
37       <artifactId>containermanager</artifactId>
38       <version>0.5.1-SNAPSHOT</version>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.controller</groupId>
42       <artifactId>containermanager.it.implementation</artifactId>
43       <version>0.5.1-SNAPSHOT</version>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.controller</groupId>
47       <artifactId>forwardingrulesmanager</artifactId>
48       <version>0.4.1-SNAPSHOT</version>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>clustering.services</artifactId>
53       <version>0.4.1-SNAPSHOT</version>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.controller</groupId>
57       <artifactId>clustering.stub</artifactId>
58       <version>0.4.1-SNAPSHOT</version>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.controller</groupId>
62       <artifactId>statisticsmanager</artifactId>
63       <version>0.4.1-SNAPSHOT</version>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.controller</groupId>
67       <artifactId>statisticsmanager.implementation</artifactId>
68       <version>0.4.1-SNAPSHOT</version>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>switchmanager.implementation</artifactId>
73       <version>0.4.1-SNAPSHOT</version>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>switchmanager</artifactId>
78     </dependency>
79
80       <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>configuration</artifactId>
83       <version>0.4.1-SNAPSHOT</version>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.controller</groupId>
87       <artifactId>configuration.implementation</artifactId>
88       <version>0.4.1-SNAPSHOT</version>
89     </dependency>
90       <dependency>
91       <groupId>org.opendaylight.controller</groupId>
92       <artifactId>hosttracker</artifactId>
93       <version>0.4.1-SNAPSHOT</version>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.controller</groupId>
97       <artifactId>topologymanager</artifactId>
98       <version>0.4.1-SNAPSHOT</version>
99     </dependency>
100     <dependency>
101       <groupId>junit</groupId>
102       <artifactId>junit</artifactId>
103     </dependency>
104     <!-- Add Pax Exam -->
105     <dependency>
106       <groupId>org.ops4j.pax.exam</groupId>
107       <artifactId>pax-exam-container-native</artifactId>
108       <scope>test</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.ops4j.pax.exam</groupId>
112       <artifactId>pax-exam-junit4</artifactId>
113       <scope>test</scope>
114     </dependency>
115     <dependency>
116       <groupId>org.ops4j.pax.exam</groupId>
117       <artifactId>pax-exam-link-mvn</artifactId>
118       <scope>test</scope>
119     </dependency>
120     <dependency>
121       <groupId>org.ops4j.pax.url</groupId>
122       <artifactId>pax-url-aether</artifactId>
123       <scope>test</scope>
124     </dependency>
125     <dependency>
126       <groupId>org.slf4j</groupId>
127       <artifactId>log4j-over-slf4j</artifactId>
128     </dependency>
129     <dependency>
130        <groupId>ch.qos.logback</groupId>
131        <artifactId>logback-core</artifactId>
132      </dependency>
133      <dependency>
134        <groupId>ch.qos.logback</groupId>
135        <artifactId>logback-classic</artifactId>
136      </dependency>
137   </dependencies>
138   <properties>
139     <!-- Sonar jacoco plugin to get integration test coverage info -->
140     <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
141     <sonar.jacoco.itReportPath>../implementation/target/jacoco-it.exec</sonar.jacoco.itReportPath>
142   </properties>
143   <build>
144     <pluginManagement>
145       <plugins>
146         <plugin>
147           <groupId>org.jacoco</groupId>
148           <artifactId>jacoco-maven-plugin</artifactId>
149           <version>0.5.3.201107060350</version>
150         </plugin>
151       </plugins>
152     </pluginManagement>
153     <plugins>
154       <plugin>
155         <groupId>org.jacoco</groupId>
156         <artifactId>jacoco-maven-plugin</artifactId>
157         <version>${jacoco.version}</version>
158         <configuration>
159           <destFile>../implementation/target/jacoco-it.exec</destFile>
160           <includes>org.opendaylight.controller.*</includes>
161         </configuration>
162         <executions>
163           <execution>
164             <id>pre-test</id>
165             <goals>
166               <goal>prepare-agent</goal>
167             </goals>
168           </execution>
169           <execution>
170             <id>post-test</id>
171             <configuration>
172               <skip>true</skip>
173             </configuration>
174           </execution>
175         </executions>
176       </plugin>
177     </plugins>
178   </build>
179 </project>