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