Clean up plugin management
[controller.git] / opendaylight / md-sal / sal-binding-it / 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>sal-parent</artifactId>
7     <version>1.3.0-SNAPSHOT</version>
8   </parent>
9   <artifactId>sal-binding-it</artifactId>
10
11   <dependencies>
12     <dependency>
13       <groupId>ch.qos.logback</groupId>
14       <artifactId>logback-classic</artifactId>
15     </dependency>
16     <dependency>
17       <groupId>ch.qos.logback</groupId>
18       <artifactId>logback-core</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>equinoxSDK381</groupId>
22       <artifactId>org.eclipse.osgi</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.eclipse.persistence</groupId>
26       <artifactId>org.eclipse.persistence.core</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>org.eclipse.persistence</groupId>
30       <artifactId>org.eclipse.persistence.moxy</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.mockito</groupId>
34       <artifactId>mockito-all</artifactId>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.yangtools</groupId>
38       <artifactId>object-cache-guava</artifactId>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.controller</groupId>
42       <artifactId>config-manager</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>config-manager-facade-xml</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.controller</groupId>
50       <artifactId>config-persister-file-xml-adapter</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.controller</groupId>
54       <artifactId>config-persister-impl</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.controller</groupId>
58       <artifactId>logback-config</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.controller</groupId>
62       <artifactId>sal-binding-broker-impl</artifactId>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.controller</groupId>
66       <artifactId>sal-binding-config</artifactId>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.controller</groupId>
70       <artifactId>sal-dom-broker-config</artifactId>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.yangtools.thirdparty</groupId>
74       <artifactId>antlr4-runtime-osgi-nohead</artifactId>
75     </dependency>
76
77     <!--Compile scopes for all testing dependencies are intentional-->
78     <!--This way, all testing dependencies can be transitively used by other integration test modules-->
79     <!--If the dependencies are test scoped, they are not visible to other maven modules depending on sal-binding-it-->
80
81     <!--TODO Create generic utilities(extract from this module) for integration tests on the controller-->
82     <dependency>
83       <groupId>openexi</groupId>
84       <artifactId>nagasena</artifactId>
85     </dependency>
86     <dependency>
87       <groupId>openexi</groupId>
88       <artifactId>nagasena-rta</artifactId>
89     </dependency>
90     <dependency>
91       <groupId>org.ops4j.pax.exam</groupId>
92       <artifactId>pax-exam</artifactId>
93       <!-- Compile scope here is intentional, it is used in TestHelper
94                 class which could be downloaded via nexus and reused in other integration
95                 tests. -->
96       <scope>compile</scope>
97     </dependency>
98     <dependency>
99       <groupId>org.ops4j.pax.exam</groupId>
100       <artifactId>pax-exam-container-native</artifactId>
101       <scope>compile</scope>
102     </dependency>
103     <dependency>
104       <groupId>org.ops4j.pax.exam</groupId>
105       <artifactId>pax-exam-junit4</artifactId>
106       <scope>compile</scope>
107     </dependency>
108     <dependency>
109       <groupId>org.ops4j.pax.exam</groupId>
110       <artifactId>pax-exam-link-mvn</artifactId>
111       <scope>compile</scope>
112     </dependency>
113     <dependency>
114       <groupId>commons-io</groupId>
115       <artifactId>commons-io</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.slf4j</groupId>
119       <artifactId>log4j-over-slf4j</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>org.slf4j</groupId>
123       <artifactId>slf4j-api</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.controller</groupId>
127       <artifactId>sal-test-model</artifactId>
128       <version>${mdsal.version}</version>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.mdsal.model</groupId>
132       <artifactId>ietf-yang-types</artifactId>
133     </dependency>
134     <dependency>
135       <groupId>org.opendaylight.mdsal.model</groupId>
136       <artifactId>ietf-inet-types</artifactId>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.mdsal.model</groupId>
140       <artifactId>opendaylight-l2-types</artifactId>
141     </dependency>
142     <dependency>
143       <groupId>javax.inject</groupId>
144       <artifactId>javax.inject</artifactId>
145       <version>1</version>
146     </dependency>
147   </dependencies>
148
149   <build>
150     <pluginManagement>
151       <plugins>
152         <!--This plugin's configuration is used to store Eclipse
153                     m2e settings only. It has no influence on the Maven build itself. -->
154         <plugin>
155           <groupId>org.eclipse.m2e</groupId>
156           <artifactId>lifecycle-mapping</artifactId>
157           <version>${lifecycle.mapping.version}</version>
158           <configuration>
159             <lifecycleMappingMetadata>
160               <pluginExecutions>
161                 <pluginExecution>
162                   <pluginExecutionFilter>
163                     <groupId>org.ops4j.pax.exam</groupId>
164                     <artifactId>maven-paxexam-plugin</artifactId>
165                     <versionRange>[1.2.4,)</versionRange>
166                     <goals>
167                       <goal>generate-depends-file</goal>
168                     </goals>
169                   </pluginExecutionFilter>
170                   <action>
171                     <ignore></ignore>
172                   </action>
173                 </pluginExecution>
174               </pluginExecutions>
175             </lifecycleMappingMetadata>
176           </configuration>
177         </plugin>
178       </plugins>
179     </pluginManagement>
180     <plugins>
181       <plugin>
182         <groupId>org.ops4j.pax.exam</groupId>
183         <artifactId>maven-paxexam-plugin</artifactId>
184         <executions>
185           <execution>
186             <id>generate-config</id>
187             <goals>
188               <goal>generate-depends-file</goal>
189             </goals>
190           </execution>
191         </executions>
192       </plugin>
193       <plugin>
194         <groupId>org.apache.maven.plugins</groupId>
195         <artifactId>maven-failsafe-plugin</artifactId>
196         <executions>
197           <execution>
198               <goals>
199                   <goal>integration-test</goal>
200                   <goal>verify</goal>
201               </goals>
202           </execution>
203         </executions>
204         <!-- PAX EXAM tests sometimes takes longer to run if
205              not enough system resources are provided and
206              default timeout of two minutes may be not enough
207              on some jenkins jobs. In order to not loose
208              results of these tests, but to prevent this
209              tests of failing verifies sporadically
210              this test suites are optional and should not
211              fail build.
212          -->
213         <configuration>
214             <testFailureIgnore>true</testFailureIgnore>
215         </configuration>
216       </plugin>
217     </plugins>
218   </build>
219   <scm>
220     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
221     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
222     <tag>HEAD</tag>
223     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
224   </scm>
225 </project>