Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 21 | <parent> |
| 22 | <groupId>org.apache.felix</groupId> |
| 23 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 24 | <version>2.1</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 25 | <relativePath>../../../pom/pom.xml</relativePath> |
| 26 | </parent> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 27 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 29 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 30 | <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId> |
Clement Escoffier | 73842a1 | 2013-06-16 07:11:54 +0000 | [diff] [blame] | 31 | <version>1.10.2-SNAPSHOT</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 32 | <name>Apache Felix iPOJO Runtime Project ~ Core Integration Tests</name> |
| 33 | <packaging>pom</packaging> |
| 34 | |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 35 | <properties> |
| 36 | <!-- Tests are enabled only when the 'test' profile is activated --> |
| 37 | <skipTestExecution>true</skipTestExecution> |
| 38 | |
Clement Escoffier | e46023f | 2013-06-22 08:33:57 +0000 | [diff] [blame] | 39 | <exam.version>3.0.1</exam.version> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 40 | <url.version>1.5.1</url.version> |
| 41 | |
| 42 | <felix.version>4.2.0</felix.version> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 43 | <equinox.version>3.9.0.v20130529-1710</equinox.version> |
| 44 | <knoperflerfish.version>6.0.2</knoperflerfish.version> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 45 | |
Clement Escoffier | ea857d0 | 2013-09-07 11:08:45 +0000 | [diff] [blame] | 46 | <manipulator.version>1.10.2-SNAPSHOT</manipulator.version> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 47 | </properties> |
| 48 | |
| 49 | <modules> |
| 50 | <module>ipojo-core-annotations-test</module> |
| 51 | <module>ipojo-core-bad-configuration-test</module> |
| 52 | <module>ipojo-core-configuration-admin-test</module> |
| 53 | <module>ipojo-core-configuration-processor-test</module> |
| 54 | <module>ipojo-core-configuration-test</module> |
| 55 | <module>ipojo-core-external-handlers-test</module> |
| 56 | <module>ipojo-core-factory-test</module> |
| 57 | <module>ipojo-core-factory-version-test</module> |
| 58 | <module>ipojo-core-handler-test</module> |
| 59 | <module>ipojo-core-lifecycle-callback-test</module> |
| 60 | <module>ipojo-core-lifecycle-controller-test</module> |
| 61 | <module>ipojo-core-logger-test</module> |
| 62 | <module>ipojo-core-service-dependency-optional-test</module> |
| 63 | <module>ipojo-core-service-dependency-policies</module> |
| 64 | <module>ipojo-core-service-dependency-proxies</module> |
| 65 | <module>ipojo-core-service-dependency-test</module> |
| 66 | <module>ipojo-core-service-dependency-interceptor-test</module> |
| 67 | <module>ipojo-core-service-providing-test</module> |
Clement Escoffier | d3b68ee | 2013-06-22 13:15:49 +0000 | [diff] [blame] | 68 | <module>ipojo-api-test</module> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 69 | <module>ipojo-compatibility-test</module> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 70 | </modules> |
| 71 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 72 | <build> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 73 | <plugins> |
| 74 | <plugin> |
| 75 | <groupId>org.apache.maven.plugins</groupId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 76 | <artifactId>maven-surefire-plugin</artifactId> |
| 77 | <version>2.14.1</version> |
| 78 | <configuration> |
| 79 | <systemPropertyVariables> |
| 80 | <!-- TIME_FACTOR can be set from the command line with -DTIME_FACTOR=9--> |
| 81 | <TIME_FACTOR>${TIME_FACTOR}</TIME_FACTOR> |
| 82 | </systemPropertyVariables> |
Clement Escoffier | e46023f | 2013-06-22 08:33:57 +0000 | [diff] [blame] | 83 | <skipTests>${skipTestExecution}</skipTests> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 84 | </configuration> |
| 85 | </plugin> |
| 86 | |
| 87 | <plugin> |
| 88 | <groupId>org.apache.maven.plugins</groupId> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 89 | <artifactId>maven-compiler-plugin</artifactId> |
| 90 | <version>2.5.1</version> |
| 91 | <configuration> |
| 92 | <source>1.6</source> |
| 93 | <target>1.6</target> |
| 94 | </configuration> |
| 95 | </plugin> |
| 96 | |
| 97 | <plugin> |
| 98 | <groupId>org.apache.servicemix.tooling</groupId> |
| 99 | <artifactId>depends-maven-plugin</artifactId> |
| 100 | <version>1.2</version> |
| 101 | <executions> |
| 102 | <execution> |
| 103 | <id>generate-config</id> |
| 104 | <goals> |
| 105 | <goal>generate-depends-file</goal> |
| 106 | </goals> |
| 107 | </execution> |
| 108 | </executions> |
| 109 | </plugin> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 110 | |
| 111 | <plugin> |
| 112 | <groupId>org.apache.rat</groupId> |
| 113 | <artifactId>apache-rat-plugin</artifactId> |
| 114 | <executions> |
| 115 | <execution> |
| 116 | <phase>verify</phase> |
| 117 | <goals> |
| 118 | <goal>check</goal> |
| 119 | </goals> |
| 120 | </execution> |
| 121 | </executions> |
| 122 | <configuration> |
| 123 | <!-- check src only (except remote resources additions) --> |
| 124 | <includes> |
| 125 | <include>src/**</include> |
| 126 | </includes> |
| 127 | <excludes> |
| 128 | <exclude>src/main/appended-resources/**</exclude> |
Clement Escoffier | dc197b3 | 2013-05-07 07:39:24 +0000 | [diff] [blame] | 129 | <exclude>**/*.iml</exclude> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 130 | </excludes> |
| 131 | </configuration> |
| 132 | </plugin> |
Clement Escoffier | 2c47f5f | 2013-06-04 19:46:29 +0000 | [diff] [blame] | 133 | |
| 134 | <plugin> |
| 135 | <artifactId>maven-deploy-plugin</artifactId> |
| 136 | <version>2.4</version> |
| 137 | <configuration> |
| 138 | <skip>true</skip> |
| 139 | </configuration> |
| 140 | </plugin> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 141 | </plugins> |
| 142 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 143 | </build> |
| 144 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 145 | |
| 146 | <dependencies> |
| 147 | |
| 148 | <dependency> |
| 149 | <groupId>org.ops4j.pax.exam</groupId> |
| 150 | <artifactId>pax-exam-container-native</artifactId> |
| 151 | <version>${exam.version}</version> |
| 152 | <scope>test</scope> |
| 153 | </dependency> |
| 154 | |
| 155 | <dependency> |
| 156 | <groupId>org.ops4j.pax.exam</groupId> |
| 157 | <artifactId>pax-exam-junit4</artifactId> |
| 158 | <version>${exam.version}</version> |
| 159 | <scope>test</scope> |
| 160 | </dependency> |
| 161 | |
| 162 | <dependency> |
| 163 | <groupId>org.ops4j.pax.exam</groupId> |
| 164 | <artifactId>pax-exam-link-mvn</artifactId> |
| 165 | <version>${exam.version}</version> |
| 166 | <scope>test</scope> |
| 167 | </dependency> |
| 168 | |
| 169 | <dependency> |
| 170 | <groupId>org.ops4j.pax.url</groupId> |
| 171 | <artifactId>pax-url-aether</artifactId> |
| 172 | <version>${url.version}</version> |
| 173 | <scope>test</scope> |
| 174 | </dependency> |
| 175 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 176 | <dependency> |
| 177 | <groupId>ch.qos.logback</groupId> |
| 178 | <artifactId>logback-core</artifactId> |
| 179 | <version>0.9.6</version> |
| 180 | <scope>test</scope> |
| 181 | </dependency> |
| 182 | |
| 183 | <dependency> |
| 184 | <groupId>ch.qos.logback</groupId> |
| 185 | <artifactId>logback-classic</artifactId> |
| 186 | <version>0.9.6</version> |
| 187 | <scope>test</scope> |
| 188 | </dependency> |
| 189 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 190 | <dependency> |
| 191 | <groupId>junit</groupId> |
| 192 | <artifactId>junit</artifactId> |
| 193 | <version>4.9</version> |
| 194 | <scope>test</scope> |
| 195 | </dependency> |
| 196 | |
| 197 | <dependency> |
| 198 | <groupId>org.mockito</groupId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 199 | <artifactId>mockito-all</artifactId> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 200 | <version>1.9.5</version> |
| 201 | </dependency> |
| 202 | |
| 203 | <dependency> |
| 204 | <groupId>org.ops4j.pax.tinybundles</groupId> |
| 205 | <artifactId>tinybundles</artifactId> |
| 206 | <version>1.0.0</version> |
| 207 | </dependency> |
| 208 | |
| 209 | <dependency> |
Clement Escoffier | 4f6fb5f | 2013-03-12 13:15:33 +0000 | [diff] [blame] | 210 | <groupId>org.ow2.chameleon.testing</groupId> |
| 211 | <artifactId>tinybundles-ipojo</artifactId> |
| 212 | <version>0.3.0</version> |
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 213 | <scope>test</scope> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 214 | </dependency> |
| 215 | |
| 216 | <dependency> |
| 217 | <groupId>org.apache.felix</groupId> |
| 218 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | 6dc8de1 | 2013-06-21 16:39:45 +0000 | [diff] [blame] | 219 | <version>${manipulator.version}</version> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 220 | </dependency> |
| 221 | |
| 222 | <dependency> |
| 223 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 4f6fb5f | 2013-03-12 13:15:33 +0000 | [diff] [blame] | 224 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 73842a1 | 2013-06-16 07:11:54 +0000 | [diff] [blame] | 225 | <version>1.10.2-SNAPSHOT</version> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 226 | <exclusions> |
| 227 | <exclusion> |
| 228 | <groupId>org.osgi</groupId> |
| 229 | <artifactId>org.osgi.core</artifactId> |
| 230 | </exclusion> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 231 | <exclusion> |
| 232 | <groupId>org.osgi</groupId> |
| 233 | <artifactId>org.osgi.compendium</artifactId> |
| 234 | </exclusion> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 235 | </exclusions> |
Clement Escoffier | 4f6fb5f | 2013-03-12 13:15:33 +0000 | [diff] [blame] | 236 | </dependency> |
| 237 | |
| 238 | <dependency> |
| 239 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 0b907fb | 2013-05-06 13:25:52 +0000 | [diff] [blame] | 240 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
Clement Escoffier | 5640720 | 2013-06-22 07:54:46 +0000 | [diff] [blame] | 241 | <version>1.10.2-SNAPSHOT</version> |
Clement Escoffier | 0b907fb | 2013-05-06 13:25:52 +0000 | [diff] [blame] | 242 | </dependency> |
| 243 | |
| 244 | <dependency> |
| 245 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 246 | <artifactId>org.apache.felix.configadmin</artifactId> |
| 247 | <version>1.6.0</version> |
| 248 | <scope>test</scope> |
| 249 | </dependency> |
| 250 | |
| 251 | <dependency> |
| 252 | <groupId>commons-io</groupId> |
| 253 | <artifactId>commons-io</artifactId> |
| 254 | <version>2.4</version> |
| 255 | </dependency> |
| 256 | |
| 257 | <dependency> |
| 258 | <groupId>org.ow2.chameleon.testing</groupId> |
| 259 | <artifactId>osgi-helpers</artifactId> |
Clement Escoffier | ab39783 | 2013-05-15 15:43:05 +0000 | [diff] [blame] | 260 | <version>0.6.1</version> |
Clement Escoffier | cfae791 | 2013-05-08 16:51:29 +0000 | [diff] [blame] | 261 | <exclusions> |
| 262 | <exclusion> |
| 263 | <groupId>org.osgi</groupId> |
| 264 | <artifactId>org.osgi.core</artifactId> |
| 265 | </exclusion> |
| 266 | </exclusions> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 267 | </dependency> |
| 268 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 269 | |
| 270 | <dependency> |
| 271 | <groupId>org.apache.felix</groupId> |
| 272 | <artifactId>org.apache.felix.ipojo.handler.eventadmin</artifactId> |
| 273 | <!-- |
| 274 | We use the released version as we don't really have to do any behavioral test on the handler in the core |
| 275 | test. |
| 276 | --> |
| 277 | <version>1.8.0</version> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 278 | <exclusions> |
| 279 | <exclusion> |
| 280 | <groupId>org.osgi</groupId> |
| 281 | <artifactId>org.osgi.core</artifactId> |
| 282 | </exclusion> |
| 283 | </exclusions> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 284 | </dependency> |
| 285 | |
| 286 | <dependency> |
| 287 | <groupId>org.apache.felix</groupId> |
| 288 | <artifactId>org.apache.felix.log</artifactId> |
| 289 | <version>1.0.1</version> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 290 | <exclusions> |
| 291 | <exclusion> |
| 292 | <groupId>org.osgi</groupId> |
| 293 | <artifactId>org.osgi.core</artifactId> |
| 294 | </exclusion> |
| 295 | </exclusions> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 296 | </dependency> |
| 297 | |
| 298 | <dependency> |
| 299 | <groupId>org.ops4j.pax.url</groupId> |
| 300 | <artifactId>pax-url-wrap</artifactId> |
| 301 | <version>1.5.2</version> |
| 302 | </dependency> |
Clement Escoffier | e050be0 | 2013-06-12 11:38:27 +0000 | [diff] [blame] | 303 | |
| 304 | <dependency> |
| 305 | <groupId>org.easytesting</groupId> |
| 306 | <artifactId>fest-assert</artifactId> |
| 307 | <version>1.4</version> |
| 308 | </dependency> |
Clement Escoffier | d550b80 | 2013-06-22 08:00:56 +0000 | [diff] [blame] | 309 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 310 | </dependencies> |
| 311 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 312 | <profiles> |
| 313 | <profile> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 314 | <id>default</id> |
| 315 | <activation> |
| 316 | <activeByDefault>true</activeByDefault> |
| 317 | </activation> |
| 318 | <dependencies> |
| 319 | <dependency> |
| 320 | <groupId>org.osgi</groupId> |
| 321 | <artifactId>org.osgi.compendium</artifactId> |
| 322 | <version>4.3.0</version> |
| 323 | </dependency> |
| 324 | <dependency> |
| 325 | <groupId>org.osgi</groupId> |
| 326 | <artifactId>org.osgi.core</artifactId> |
| 327 | <version>4.3.1</version> |
| 328 | </dependency> |
| 329 | </dependencies> |
| 330 | </profile> |
| 331 | <profile> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 332 | <id>knopflerfish</id> |
| 333 | <activation> |
| 334 | <activeByDefault>false</activeByDefault> |
| 335 | <property> |
| 336 | <name>pax.exam.framework</name> |
| 337 | <value>knopflerfish</value> |
| 338 | </property> |
| 339 | </activation> |
| 340 | <properties> |
| 341 | <pax.exam.framework>knopflerfish</pax.exam.framework> |
| 342 | </properties> |
| 343 | <repositories> |
| 344 | <repository> |
| 345 | <id>knopflerfish-releases</id> |
| 346 | <url>http://www.knopflerfish.org/maven2</url> |
| 347 | </repository> |
| 348 | </repositories> |
| 349 | <dependencies> |
| 350 | <dependency> |
| 351 | <groupId>org.knopflerfish</groupId> |
| 352 | <artifactId>framework</artifactId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 353 | <version>${knoperflerfish.version}</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 354 | <scope>test</scope> |
| 355 | </dependency> |
Clement Escoffier | c1fe8d8 | 2013-09-18 09:13:50 +0000 | [diff] [blame^] | 356 | <dependency> |
| 357 | <!-- must be after KF --> |
| 358 | <groupId>org.osgi</groupId> |
| 359 | <artifactId>org.osgi.core</artifactId> |
| 360 | <version>4.3.1</version> |
| 361 | </dependency> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 362 | </dependencies> |
| 363 | </profile> |
| 364 | |
| 365 | <profile> |
| 366 | <id>equinox</id> |
| 367 | <activation> |
| 368 | <activeByDefault>false</activeByDefault> |
| 369 | <property> |
| 370 | <name>pax.exam.framework</name> |
| 371 | <value>equinox</value> |
| 372 | </property> |
| 373 | </activation> |
| 374 | <properties> |
| 375 | <pax.exam.framework>equinox</pax.exam.framework> |
| 376 | </properties> |
| 377 | <dependencies> |
| 378 | <dependency> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 379 | <groupId>org.osgi</groupId> |
| 380 | <artifactId>org.osgi.compendium</artifactId> |
| 381 | <version>4.3.0</version> |
| 382 | </dependency> |
| 383 | <dependency> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 384 | <groupId>org.eclipse.tycho</groupId> |
| 385 | <artifactId>org.eclipse.osgi</artifactId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 386 | <version>${equinox.version}</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 387 | <scope>test</scope> |
| 388 | </dependency> |
Clement Escoffier | c1fe8d8 | 2013-09-18 09:13:50 +0000 | [diff] [blame^] | 389 | <dependency> |
| 390 | <!-- must be after equinox --> |
| 391 | <groupId>org.osgi</groupId> |
| 392 | <artifactId>org.osgi.core</artifactId> |
| 393 | <version>4.3.1</version> |
| 394 | </dependency> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 395 | </dependencies> |
| 396 | </profile> |
| 397 | |
| 398 | <profile> |
| 399 | <id>felix</id> |
| 400 | <activation> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 401 | <activeByDefault>false</activeByDefault> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 402 | <property> |
| 403 | <name>pax.exam.framework</name> |
| 404 | <value>felix</value> |
| 405 | </property> |
| 406 | </activation> |
| 407 | <properties> |
| 408 | <pax.exam.framework>felix</pax.exam.framework> |
| 409 | </properties> |
| 410 | <dependencies> |
| 411 | <dependency> |
| 412 | <groupId>org.apache.felix</groupId> |
| 413 | <artifactId>org.apache.felix.framework</artifactId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 414 | <version>${felix.version}</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 415 | </dependency> |
| 416 | </dependencies> |
| 417 | </profile> |
| 418 | |
| 419 | <profile> |
| 420 | <id>test</id> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 421 | <properties> |
| 422 | <skipTestExecution>false</skipTestExecution> |
| 423 | </properties> |
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 424 | </profile> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 425 | </profiles> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 426 | </project> |