Provide northbound for controller properties
[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.5.0-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       <version>0.6.1-SNAPSHOT</version>
79     </dependency>
80
81       <dependency>
82       <groupId>org.opendaylight.controller</groupId>
83       <artifactId>configuration</artifactId>
84       <version>0.4.1-SNAPSHOT</version>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.controller</groupId>
88       <artifactId>configuration.implementation</artifactId>
89       <version>0.4.1-SNAPSHOT</version>
90     </dependency>
91       <dependency>
92       <groupId>org.opendaylight.controller</groupId>
93       <artifactId>hosttracker</artifactId>
94       <version>0.4.1-SNAPSHOT</version>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.controller</groupId>
98       <artifactId>topologymanager</artifactId>
99       <version>0.4.1-SNAPSHOT</version>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.controller</groupId>
103       <artifactId>connectionmanager</artifactId>
104       <version>0.1.1-SNAPSHOT</version>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.controller</groupId>
108       <artifactId>connectionmanager.implementation</artifactId>
109       <version>0.1.1-SNAPSHOT</version>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.controller</groupId>
113       <artifactId>sal.connection</artifactId>
114       <version>0.1.1-SNAPSHOT</version>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.controller</groupId>
118       <artifactId>sal.connection.implementation</artifactId>
119       <version>0.1.1-SNAPSHOT</version>
120     </dependency>
121     <dependency>
122       <groupId>junit</groupId>
123       <artifactId>junit</artifactId>
124     </dependency>
125     <!-- Add Pax Exam -->
126     <dependency>
127       <groupId>org.ops4j.pax.exam</groupId>
128       <artifactId>pax-exam-container-native</artifactId>
129       <scope>test</scope>
130     </dependency>
131     <dependency>
132       <groupId>org.ops4j.pax.exam</groupId>
133       <artifactId>pax-exam-junit4</artifactId>
134       <scope>test</scope>
135     </dependency>
136     <dependency>
137       <groupId>org.ops4j.pax.exam</groupId>
138       <artifactId>pax-exam-link-mvn</artifactId>
139       <scope>test</scope>
140     </dependency>
141     <dependency>
142       <groupId>org.ops4j.pax.url</groupId>
143       <artifactId>pax-url-aether</artifactId>
144       <scope>test</scope>
145     </dependency>
146     <dependency>
147       <groupId>org.slf4j</groupId>
148       <artifactId>log4j-over-slf4j</artifactId>
149     </dependency>
150     <dependency>
151        <groupId>ch.qos.logback</groupId>
152        <artifactId>logback-core</artifactId>
153      </dependency>
154      <dependency>
155        <groupId>ch.qos.logback</groupId>
156        <artifactId>logback-classic</artifactId>
157      </dependency>
158   </dependencies>
159   <properties>
160     <!-- Sonar jacoco plugin to get integration test coverage info -->
161     <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
162     <sonar.jacoco.itReportPath>../implementation/target/jacoco-it.exec</sonar.jacoco.itReportPath>
163   </properties>
164   <build>
165     <pluginManagement>
166       <plugins>
167         <plugin>
168           <groupId>org.jacoco</groupId>
169           <artifactId>jacoco-maven-plugin</artifactId>
170           <version>0.5.3.201107060350</version>
171         </plugin>
172       </plugins>
173     </pluginManagement>
174     <plugins>
175       <plugin>
176         <groupId>org.jacoco</groupId>
177         <artifactId>jacoco-maven-plugin</artifactId>
178         <version>${jacoco.version}</version>
179         <configuration>
180           <destFile>../implementation/target/jacoco-it.exec</destFile>
181           <includes>org.opendaylight.controller.*</includes>
182         </configuration>
183         <executions>
184           <execution>
185             <id>pre-test</id>
186             <goals>
187               <goal>prepare-agent</goal>
188             </goals>
189           </execution>
190           <execution>
191             <id>post-test</id>
192             <configuration>
193               <skip>true</skip>
194             </configuration>
195           </execution>
196         </executions>
197       </plugin>
198     </plugins>
199   </build>
200 </project>