Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +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
|
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 9 |
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +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 | 7737483 | 2008-04-29 22:25:39 +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.
|
| 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">
|
| 21 | <parent>
|
| 22 | <groupId>ipojo.tests</groupId>
|
| 23 | <artifactId>ipojo.tests</artifactId>
|
| 24 | <version>1.5.0-SNAPSHOT</version>
|
| 25 | </parent>
|
| 26 |
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion>
|
| 28 | <packaging>bundle</packaging>
|
| 29 | <name>iPOJO Composite (Service Instance) Test Suite</name>
|
| 30 | <artifactId>tests.composite.service.instance</artifactId>
|
| 31 | <groupId>ipojo.tests</groupId>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 32 | <version>1.5.0-SNAPSHOT</version>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 33 | <dependencies>
|
| 34 | <dependency>
|
| 35 | <groupId>org.apache.felix</groupId>
|
| 36 | <artifactId>org.apache.felix.ipojo</artifactId>
|
Clement Escoffier | 2fdda12 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 37 | <version>1.7.0-SNAPSHOT</version>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 38 | </dependency>
|
| 39 | <dependency>
|
| 40 | <groupId>org.apache.felix</groupId>
|
| 41 | <artifactId>org.apache.felix.ipojo.composite</artifactId>
|
Clement Escoffier | 2fdda12 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 42 | <version>1.7.0-SNAPSHOT</version>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 43 | </dependency>
|
| 44 | <dependency>
|
| 45 | <groupId>org.apache.felix</groupId>
|
| 46 | <artifactId>org.apache.felix.ipojo.metadata</artifactId>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 47 | </dependency>
|
| 48 | <dependency>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame^] | 49 | <groupId>org.osgi</groupId>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 50 | <artifactId>org.osgi.core</artifactId>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 51 | </dependency>
|
| 52 | <dependency>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame^] | 53 | <groupId>org.osgi</groupId>
|
| 54 | <artifactId>org.osgi.compendium</artifactId>
|
| 55 | <version>4.0.0</version>
|
| 56 | </dependency>
|
| 57 | <dependency>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 58 | <groupId>junit</groupId>
|
| 59 | <artifactId>junit</artifactId>
|
| 60 | <version>3.8.1</version>
|
| 61 | </dependency>
|
| 62 | <dependency>
|
Clement Escoffier | 18bfd02 | 2008-12-01 19:42:13 +0000 | [diff] [blame] | 63 | <groupId>org.apache.felix</groupId>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 64 | <artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
|
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 65 | <version>1.1.0-SNAPSHOT</version>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 66 | </dependency>
|
| 67 | <dependency>
|
| 68 | <groupId>ipojo.tests</groupId>
|
| 69 | <artifactId>tests.composite</artifactId>
|
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 70 | <version>${pom.version}</version>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 71 | </dependency>
|
| 72 | </dependencies>
|
| 73 | <build>
|
| 74 | <plugins>
|
| 75 | <plugin>
|
| 76 | <groupId>org.apache.felix</groupId>
|
| 77 | <artifactId>maven-bundle-plugin</artifactId>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 78 | <extensions>true</extensions>
|
| 79 | <configuration>
|
| 80 | <instructions>
|
| 81 | <Bundle-SymbolicName>
|
| 82 | ${pom.artifactId}
|
| 83 | </Bundle-SymbolicName>
|
| 84 | <Private-Package>
|
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 85 | org.apache.felix.ipojo.test.composite.instantiator*, org.apache.felix.ipojo.test.composite.instance, org.apache.felix.ipojo.test.instance
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 86 | </Private-Package>
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 87 | <Export-Package>org.apache.felix.ipojo.test.instance.service</Export-Package>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 88 | <Test-Suite>
|
| 89 | org.apache.felix.ipojo.test.composite.instantiator.InstantiatorTestSuite
|
| 90 | </Test-Suite>
|
| 91 | </instructions>
|
| 92 | </configuration>
|
| 93 | </plugin>
|
| 94 | <plugin>
|
| 95 | <groupId>org.apache.felix</groupId>
|
| 96 | <artifactId>maven-ipojo-plugin</artifactId>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 97 | <executions>
|
| 98 | <execution>
|
| 99 | <goals>
|
| 100 | <goal>ipojo-bundle</goal>
|
| 101 | </goals>
|
| 102 | <configuration>
|
| 103 | <ignoreAnnotations>true</ignoreAnnotations>
|
| 104 | </configuration>
|
| 105 | </execution>
|
| 106 | </executions>
|
| 107 | </plugin>
|
| 108 | </plugins>
|
| 109 | </build>
|
| 110 | </project>
|