Clement Escoffier | 1c4a408 | 2008-11-23 17:44:26 +0000 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Clement Escoffier | 4cb4ff3 | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <groupId>ipojo.tests</groupId> |
| 5 | <artifactId>org.apache.felix.ipojo.integration-tests</artifactId> |
| 6 | <name>iPOJO Integration Tests</name> |
| 7 | <version>1.5.0-SNAPSHOT</version> |
| 8 | |
| 9 | <properties> |
| 10 | <ipojo.version>1.5.0-SNAPSHOT</ipojo.version> |
| 11 | </properties> |
| 12 | |
| 13 | <build> |
| 14 | <plugins> |
| 15 | <plugin> |
| 16 | <groupId>org.apache.felix</groupId> |
| 17 | <artifactId>maven-junit4osgi-plugin |
| 18 | </artifactId> |
| 19 | <version>1.1.0-SNAPSHOT</version> |
| 20 | <executions> |
| 21 | <execution> |
| 22 | <goals> |
| 23 | <goal>test</goal> |
| 24 | </goals> |
| 25 | <configuration> |
| 26 | <hideOutputs>true</hideOutputs> |
| 27 | <configuration> |
| 28 | <org.osgi.http.port>8083</org.osgi.http.port> |
| 29 | </configuration> |
| 30 | </configuration> |
| 31 | </execution> |
| 32 | </executions> |
| 33 | </plugin> |
| 34 | </plugins> |
| 35 | </build> |
| 36 | <reporting> |
| 37 | <plugins> |
| 38 | <plugin> |
| 39 | <groupId>org.apache.maven.plugins</groupId> |
| 40 | <artifactId>maven-surefire-report-plugin |
| 41 | </artifactId> |
| 42 | <version>2.4.3</version> |
| 43 | <configuration> |
| 44 | <showSucess>true</showSucess> |
| 45 | <reportsDirectories> |
| 46 | <param>target/junit4osgi-reports</param> |
| 47 | </reportsDirectories> |
| 48 | </configuration> |
| 49 | </plugin> |
| 50 | <plugin> |
| 51 | <groupId>org.codehaus.mojo</groupId> |
| 52 | <artifactId>cobertura-maven-plugin</artifactId> |
| 53 | </plugin> |
| 54 | </plugins> |
| 55 | </reporting> |
| 56 | |
| 57 | <dependencies> |
Clement Escoffier | 1c4a408 | 2008-11-23 17:44:26 +0000 | [diff] [blame] | 58 | <!-- Manipulation --> |
Clement Escoffier | 4cb4ff3 | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 59 | <dependency> |
| 60 | <groupId>ipojo.tests</groupId> |
| 61 | <artifactId>tests.manipulation.metadata |
| 62 | </artifactId> |
| 63 | <version>${ipojo.version}</version> |
| 64 | <scope>test</scope> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>ipojo.tests</groupId> |
| 68 | <artifactId>tests.manipulation</artifactId> |
| 69 | <version>${ipojo.version}</version> |
| 70 | <scope>test</scope> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>ipojo.tests</groupId> |
| 74 | <artifactId>tests.manipulation.primitives |
| 75 | </artifactId> |
| 76 | <version>${ipojo.version}</version> |
| 77 | <scope>test</scope> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>ipojo.tests</groupId> |
| 81 | <artifactId>tests.manipulation.creation |
| 82 | </artifactId> |
| 83 | <version>${ipojo.version}</version> |
| 84 | <scope>test</scope> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>ipojo.tests</groupId> |
| 88 | <artifactId>tests.manipulation.java5 |
| 89 | </artifactId> |
| 90 | <version>${ipojo.version}</version> |
| 91 | <scope>test</scope> |
| 92 | </dependency> |
Clement Escoffier | 1c4a408 | 2008-11-23 17:44:26 +0000 | [diff] [blame] | 93 | |
Clement Escoffier | 4cb4ff3 | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 94 | <!-- Core --> |
| 95 | <dependency> |
| 96 | <groupId>ipojo.tests</groupId> |
| 97 | <artifactId>tests.core.annotations</artifactId> |
| 98 | <version>${ipojo.version}</version> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>ipojo.tests</groupId> |
| 103 | <artifactId>tests.core.bad.configurations |
| 104 | </artifactId> |
| 105 | <version>${ipojo.version}</version> |
| 106 | <scope>test</scope> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>ipojo.tests</groupId> |
| 110 | <artifactId>tests.core.configuration |
| 111 | </artifactId> |
| 112 | <version>${ipojo.version}</version> |
| 113 | <scope>test</scope> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>ipojo.tests</groupId> |
| 117 | <artifactId>tests.core.external.handlers |
| 118 | </artifactId> |
| 119 | <version>${ipojo.version}</version> |
| 120 | <scope>test</scope> |
| 121 | </dependency> |
| 122 | <dependency> |
| 123 | <groupId>ipojo.tests</groupId> |
| 124 | <artifactId>tests.core.factories</artifactId> |
| 125 | <version>${ipojo.version}</version> |
| 126 | <scope>test</scope> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>ipojo.tests</groupId> |
| 130 | <artifactId>tests.core.lifecycle.callback |
| 131 | </artifactId> |
| 132 | <version>${ipojo.version}</version> |
| 133 | <scope>test</scope> |
| 134 | </dependency> |
| 135 | <dependency> |
| 136 | <groupId>ipojo.tests</groupId> |
| 137 | <artifactId>tests.core.lifecycle.controller |
| 138 | </artifactId> |
| 139 | <version>${ipojo.version}</version> |
| 140 | <scope>test</scope> |
| 141 | </dependency> |
| 142 | <dependency> |
| 143 | <groupId>ipojo.tests</groupId> |
| 144 | <artifactId>tests.core.ps</artifactId> |
| 145 | <version>${ipojo.version}</version> |
| 146 | <scope>test</scope> |
| 147 | </dependency> |
| 148 | <dependency> |
| 149 | <groupId>ipojo.tests</groupId> |
| 150 | <artifactId>tests.core.lifecycle.controller |
| 151 | </artifactId> |
| 152 | <version>${ipojo.version}</version> |
| 153 | <scope>test</scope> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>ipojo.tests</groupId> |
| 157 | <artifactId>tests.core.service.dependency |
| 158 | </artifactId> |
| 159 | <version>${ipojo.version}</version> |
| 160 | <scope>test</scope> |
| 161 | </dependency> |
| 162 | <dependency> |
| 163 | <groupId>ipojo.tests</groupId> |
| 164 | <artifactId>tests.core.service.dependency.bindingpolicy |
| 165 | </artifactId> |
| 166 | <version>${ipojo.version}</version> |
| 167 | <scope>test</scope> |
| 168 | </dependency> |
| 169 | <dependency> |
| 170 | <groupId>ipojo.tests</groupId> |
| 171 | <artifactId>tests.core.service.dependency.comparator |
| 172 | </artifactId> |
| 173 | <version>${ipojo.version}</version> |
| 174 | <scope>test</scope> |
| 175 | </dependency> |
| 176 | <dependency> |
| 177 | <groupId>ipojo.tests</groupId> |
| 178 | <artifactId>tests.core.service.dependency.filter |
| 179 | </artifactId> |
| 180 | <version>${ipojo.version}</version> |
| 181 | <scope>test</scope> |
| 182 | </dependency> |
| 183 | <dependency> |
| 184 | <artifactId>tests.core.ps.strategy</artifactId> |
| 185 | <groupId>ipojo.tests</groupId> |
| 186 | <version>${ipojo.version}</version> |
| 187 | <scope>test</scope> |
| 188 | </dependency> |
| 189 | |
| 190 | |
| 191 | <!-- Composite --> |
| 192 | <dependency> |
| 193 | <groupId>ipojo.tests</groupId> |
| 194 | <artifactId>tests.composite </artifactId> |
| 195 | <version>${ipojo.version}</version> |
| 196 | <scope>test</scope> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>ipojo.tests</groupId> |
| 200 | <artifactId>tests.composite.service.import-export |
| 201 | </artifactId> |
| 202 | <version>${ipojo.version}</version> |
| 203 | <scope>test</scope> |
| 204 | </dependency> |
| 205 | <dependency> |
| 206 | <groupId>ipojo.tests</groupId> |
| 207 | <artifactId>tests.composite.service.instance |
| 208 | </artifactId> |
| 209 | <version>${ipojo.version}</version> |
| 210 | <scope>test</scope> |
| 211 | </dependency> |
| 212 | <dependency> |
| 213 | <groupId>ipojo.tests</groupId> |
| 214 | <artifactId>tests.composite.service.providing |
| 215 | </artifactId> |
| 216 | <version>${ipojo.version}</version> |
| 217 | <scope>test</scope> |
| 218 | </dependency> |
Clement Escoffier | 23e4adf | 2008-12-10 12:29:41 +0000 | [diff] [blame] | 219 | |
Clement Escoffier | 4cb4ff3 | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 220 | <!-- External handlers --> |
| 221 | |
| 222 | <dependency> |
| 223 | <groupId>ipojo.tests</groupId> |
| 224 | <artifactId>tests.eventadmin.handler |
| 225 | </artifactId> |
| 226 | <version>${ipojo.version}</version> |
| 227 | <scope>test</scope> |
| 228 | </dependency> |
| 229 | <dependency> |
| 230 | <groupId>ipojo.tests</groupId> |
| 231 | <artifactId>tests.temporal </artifactId> |
| 232 | <version>${ipojo.version}</version> |
| 233 | <scope>test</scope> |
| 234 | </dependency> |
| 235 | <dependency> |
| 236 | <groupId>ipojo.tests</groupId> |
| 237 | <artifactId>tests.whiteboard </artifactId> |
| 238 | <version>${ipojo.version}</version> |
| 239 | <scope>test</scope> |
| 240 | </dependency> |
| 241 | <!-- Utility bundles --> |
| 242 | <dependency> |
| 243 | <groupId>org.apache.felix</groupId> |
| 244 | <artifactId>org.apache.felix.configadmin</artifactId> |
Clement Escoffier | 3ffae67 | 2009-09-01 17:54:57 +0000 | [diff] [blame] | 245 | <version>1.2.2</version> |
Clement Escoffier | 4cb4ff3 | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 246 | <scope>test</scope> |
| 247 | </dependency> |
| 248 | <dependency> |
| 249 | <groupId>org.apache.felix</groupId> |
| 250 | <artifactId>org.apache.felix.ipojo.handler.whiteboard</artifactId> |
| 251 | <version>${ipojo.version}</version> |
| 252 | <scope>test</scope> |
| 253 | </dependency> |
| 254 | <dependency> |
| 255 | <groupId>org.apache.felix</groupId> |
| 256 | <artifactId>org.apache.felix.ipojo.handler.temporal</artifactId> |
| 257 | <version>${ipojo.version}</version> |
| 258 | <scope>test</scope> |
| 259 | </dependency> |
| 260 | <dependency> |
| 261 | <groupId>org.apache.felix</groupId> |
| 262 | <artifactId>org.apache.felix.ipojo.handler.eventadmin</artifactId> |
| 263 | <version>${ipojo.version}</version> |
| 264 | <scope>test</scope> |
| 265 | </dependency> |
| 266 | <dependency> |
| 267 | <groupId>org.apache.felix</groupId> |
| 268 | <artifactId>org.apache.felix.eventadmin</artifactId> |
| 269 | <version>1.0.0</version> |
| 270 | <scope>test</scope> |
| 271 | </dependency> |
| 272 | <dependency> |
| 273 | <groupId>org.apache.felix</groupId> |
| 274 | <artifactId>org.apache.felix.ipojo.composite</artifactId> |
| 275 | <version>${ipojo.version}</version> |
| 276 | <scope>test</scope> |
| 277 | </dependency> |
| 278 | </dependencies> |
| 279 | |
| 280 | <profiles> |
| 281 | <profile> |
| 282 | <id>configadmin</id> |
| 283 | <dependencies> |
| 284 | <dependency> |
| 285 | <groupId>ipojo.tests</groupId> |
| 286 | <artifactId>tests.core.configadmin</artifactId> |
| 287 | <version>${ipojo.version}</version> |
| 288 | <scope>test</scope> |
| 289 | </dependency> |
| 290 | </dependencies> |
| 291 | </profile> |
| 292 | </profiles> |
| 293 | </project> |