Clement Escoffier | 6300723 | 2008-07-03 12:08:29 +0000 | [diff] [blame] | 1 | <!--
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 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
|
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 9 |
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0
|
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 11 |
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 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.
|
Clement Escoffier | 6300723 | 2008-07-03 12:08:29 +0000 | [diff] [blame] | 18 | -->
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +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/maven-v4_0_0.xsd">
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 21 | <parent>
|
| 22 | <groupId>ipojo.tests</groupId>
|
| 23 | <artifactId>ipojo.tests</artifactId>
|
| 24 | <version>1.5.0-SNAPSHOT</version>
|
Clement Escoffier | 057f158 | 2012-04-21 11:03:41 +0000 | [diff] [blame] | 25 | <relativePath>../../pom.xml</relativePath>
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 26 | </parent>
|
| 27 | <modelVersion>4.0.0</modelVersion>
|
| 28 | <packaging>bundle</packaging>
|
| 29 | <name>iPOJO Temporal Dependency Test Suite</name>
|
| 30 | <artifactId>tests.temporal</artifactId>
|
| 31 | <groupId>ipojo.tests</groupId>
|
| 32 | <version>${ipojo.temporal.snapshot}</version>
|
| 33 | <dependencies>
|
| 34 | <dependency>
|
| 35 | <groupId>org.apache.felix</groupId>
|
| 36 | <artifactId>org.apache.felix.ipojo</artifactId>
|
Clement Escoffier | 057f158 | 2012-04-21 11:03:41 +0000 | [diff] [blame] | 37 | <version>${ipojo.core.snapshot}</version>
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 38 | </dependency>
|
| 39 | <dependency>
|
| 40 | <groupId>org.apache.felix</groupId>
|
| 41 | <artifactId>org.apache.felix.ipojo.handler.temporal</artifactId>
|
Clement Escoffier | e88213c | 2011-02-23 13:01:00 +0000 | [diff] [blame] | 42 | <version>${project.version}</version>
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 43 | </dependency>
|
| 44 | <dependency>
|
| 45 | <groupId>org.apache.felix</groupId>
|
| 46 | <artifactId>org.apache.felix.ipojo.metadata</artifactId>
|
| 47 | </dependency>
|
| 48 | <dependency>
|
| 49 | <groupId>org.osgi</groupId>
|
| 50 | <artifactId>org.osgi.core</artifactId>
|
| 51 | </dependency>
|
| 52 | <dependency>
|
| 53 | <groupId>junit</groupId>
|
| 54 | <artifactId>junit</artifactId>
|
| 55 | <version>3.8.1</version>
|
| 56 | </dependency>
|
| 57 | <dependency>
|
| 58 | <groupId>org.apache.felix</groupId>
|
| 59 | <artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
|
| 60 | <version>1.1.0-SNAPSHOT</version>
|
| 61 | </dependency>
|
| 62 | <dependency>
|
| 63 | <groupId>org.osgi</groupId>
|
| 64 | <artifactId>org.osgi.compendium</artifactId>
|
| 65 | <version>4.0.0</version>
|
| 66 | </dependency>
|
| 67 | </dependencies>
|
| 68 | <build>
|
| 69 | <plugins>
|
| 70 | <plugin>
|
| 71 | <groupId>org.apache.felix</groupId>
|
| 72 | <artifactId>maven-bundle-plugin</artifactId>
|
| 73 | <extensions>true</extensions>
|
| 74 | <configuration>
|
| 75 | <instructions>
|
| 76 | <Export-Package>
|
| 77 | org.apache.felix.ipojo.test.scenarios.temporal.service
|
| 78 | </Export-Package>
|
| 79 | <Bundle-SymbolicName>
|
| 80 | ${project.artifactId}
|
| 81 | </Bundle-SymbolicName>
|
| 82 | <Private-Package>
|
| 83 | org.apache.felix.ipojo.test*
|
| 84 | </Private-Package>
|
| 85 | <Test-Suite>
|
| 86 | org.apache.felix.ipojo.test.scenarios.temporal.TemporalTestSuite
|
| 87 | </Test-Suite>
|
| 88 | </instructions>
|
| 89 | </configuration>
|
| 90 | </plugin>
|
| 91 | <plugin>
|
| 92 | <groupId>org.apache.felix</groupId>
|
| 93 | <artifactId>maven-ipojo-plugin</artifactId>
|
| 94 | <executions>
|
| 95 | <execution>
|
| 96 | <goals>
|
| 97 | <goal>ipojo-bundle</goal>
|
| 98 | </goals>
|
| 99 | </execution>
|
| 100 | </executions>
|
| 101 | </plugin>
|
Clement Escoffier | 546f0a3 | 2010-12-24 10:39:10 +0000 | [diff] [blame] | 102 |
|
| 103 |
|
| 104 | <plugin>
|
Clement Escoffier | 7a5248a | 2010-06-22 19:40:39 +0000 | [diff] [blame] | 105 | <groupId>org.apache.felix</groupId>
|
| 106 | <artifactId>maven-junit4osgi-plugin</artifactId>
|
| 107 | <version>1.1.0-SNAPSHOT</version>
|
| 108 | <executions>
|
| 109 | <execution>
|
| 110 | <goals>
|
| 111 | <goal>test</goal>
|
| 112 | </goals>
|
| 113 | <configuration>
|
| 114 | <configuration>
|
| 115 | <org.osgi.http.port>8083</org.osgi.http.port>
|
| 116 | </configuration>
|
| 117 | </configuration>
|
| 118 | </execution>
|
| 119 | </executions>
|
| 120 | </plugin>
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 121 | </plugins>
|
| 122 | </build>
|
Clement Escoffier | 6300723 | 2008-07-03 12:08:29 +0000 | [diff] [blame] | 123 | </project>
|