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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.integrationtest</artifactId>
7 <version>0.5.1-SNAPSHOT</version>
8 <relativePath>../../commons/integrationtest</relativePath>
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>
17 <artifactId>clustering.services.integrationtest</artifactId>
18 <version>0.4.1-SNAPSHOT</version>
22 <groupId>org.opendaylight.controller</groupId>
23 <artifactId>clustering.services</artifactId>
24 <version>0.5.0-SNAPSHOT</version>
27 <groupId>org.opendaylight.controller</groupId>
28 <artifactId>sal</artifactId>
29 <version>0.7.0-SNAPSHOT</version>
32 <groupId>org.opendaylight.controller</groupId>
33 <artifactId>sal.implementation</artifactId>
34 <version>0.4.1-SNAPSHOT</version>
37 <groupId>org.opendaylight.controller</groupId>
38 <artifactId>clustering.services-implementation</artifactId>
39 <version>0.4.1-SNAPSHOT</version>
42 <groupId>org.opendaylight.controller</groupId>
43 <artifactId>containermanager</artifactId>
44 <version>0.5.1-SNAPSHOT</version>
47 <groupId>org.opendaylight.controller</groupId>
48 <artifactId>containermanager.it.implementation</artifactId>
49 <version>0.5.1-SNAPSHOT</version>
52 <groupId>junit</groupId>
53 <artifactId>junit</artifactId>
56 <groupId>org.ops4j.pax.exam</groupId>
57 <artifactId>pax-exam-container-native</artifactId>
61 <groupId>org.ops4j.pax.exam</groupId>
62 <artifactId>pax-exam-junit4</artifactId>
66 <groupId>org.ops4j.pax.exam</groupId>
67 <artifactId>pax-exam-link-mvn</artifactId>
71 <groupId>org.ops4j.pax.url</groupId>
72 <artifactId>pax-url-aether</artifactId>
76 <groupId>org.slf4j</groupId>
77 <artifactId>log4j-over-slf4j</artifactId>
80 <groupId>ch.qos.logback</groupId>
81 <artifactId>logback-core</artifactId>
84 <groupId>ch.qos.logback</groupId>
85 <artifactId>logback-classic</artifactId>
88 <groupId>org.apache.felix</groupId>
89 <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
92 <groupId>eclipselink</groupId>
93 <artifactId>javax.resource</artifactId>
97 <!-- Sonar jacoco plugin to get integration test coverage info -->
98 <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
99 <sonar.jacoco.itReportPath>../implementation/target/jacoco-it.exec</sonar.jacoco.itReportPath>
105 <groupId>org.jacoco</groupId>
106 <artifactId>jacoco-maven-plugin</artifactId>
107 <version>0.5.3.201107060350</version>
113 <groupId>org.jacoco</groupId>
114 <artifactId>jacoco-maven-plugin</artifactId>
115 <version>${jacoco.version}</version>
117 <destFile>../implementation/target/jacoco-it.exec</destFile>
118 <includes>org.opendaylight.controller.*</includes>
124 <goal>prepare-agent</goal>