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