Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 1 | <!--
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +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 | af9ad1b | 2009-08-14 12:11:19 +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 | af9ad1b | 2009-08-14 12:11:19 +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 | 7737483 | 2008-04-29 22:25:39 +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">
|
| 21 | <parent>
|
Clement Escoffier | 057f158 | 2012-04-21 11:03:41 +0000 | [diff] [blame] | 22 | <groupId>ipojo.tests</groupId>
|
| 23 | <artifactId>ipojo.tests</artifactId>
|
| 24 | <version>1.5.0-SNAPSHOT</version>
|
| 25 | <relativePath>../../pom.xml</relativePath>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 26 | </parent>
|
| 27 |
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion>
|
| 29 | <packaging>bundle</packaging>
|
| 30 | <name>iPOJO Composite (Service Import/Export) Test Suite</name>
|
| 31 | <artifactId>tests.composite.service.import-export</artifactId>
|
| 32 | <groupId>ipojo.tests</groupId>
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 33 | <version>${ipojo.composite.snapshot}</version>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 34 | <dependencies>
|
| 35 | <dependency>
|
| 36 | <groupId>org.apache.felix</groupId>
|
| 37 | <artifactId>org.apache.felix.ipojo</artifactId>
|
Clement Escoffier | 057f158 | 2012-04-21 11:03:41 +0000 | [diff] [blame] | 38 | <version>${ipojo.core.snapshot}</version>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 39 | </dependency>
|
| 40 | <dependency>
|
| 41 | <groupId>org.apache.felix</groupId>
|
| 42 | <artifactId>org.apache.felix.ipojo.composite</artifactId>
|
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 43 | <version>${ipojo.composite.snapshot}</version>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 44 | </dependency>
|
| 45 | <dependency>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 46 | <groupId>org.osgi</groupId>
|
| 47 | <artifactId>org.osgi.compendium</artifactId>
|
| 48 | <version>4.0.0</version>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 49 | </dependency>
|
| 50 | <dependency>
|
| 51 | <groupId>org.apache.felix</groupId>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 52 | <artifactId>org.apache.felix.ipojo.metadata</artifactId>
|
| 53 | </dependency>
|
| 54 | <dependency>
|
| 55 | <groupId>org.osgi</groupId>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 56 | <artifactId>org.osgi.core</artifactId>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 57 | </dependency>
|
| 58 | <dependency>
|
| 59 | <groupId>junit</groupId>
|
| 60 | <artifactId>junit</artifactId>
|
| 61 | <version>3.8.1</version>
|
| 62 | </dependency>
|
| 63 | <dependency>
|
| 64 | <groupId>org.apache.felix</groupId>
|
| 65 | <artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
|
| 66 | <version>1.1.0-SNAPSHOT</version>
|
| 67 | </dependency>
|
| 68 | <dependency>
|
| 69 | <groupId>ipojo.tests</groupId>
|
| 70 | <artifactId>tests.composite</artifactId>
|
Clement Escoffier | 134b006 | 2010-05-01 10:46:02 +0000 | [diff] [blame] | 71 | <version>${project.version}</version>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 72 | </dependency>
|
| 73 | </dependencies>
|
| 74 | <build>
|
| 75 | <plugins>
|
| 76 | <plugin>
|
| 77 | <groupId>org.apache.felix</groupId>
|
| 78 | <artifactId>maven-bundle-plugin</artifactId>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 79 | <extensions>true</extensions>
|
| 80 | <configuration>
|
| 81 | <instructions>
|
| 82 | <Bundle-SymbolicName>
|
Clement Escoffier | 134b006 | 2010-05-01 10:46:02 +0000 | [diff] [blame] | 83 | ${project.artifactId}
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 84 | </Bundle-SymbolicName>
|
| 85 | <Private-Package>
|
| 86 | org.apache.felix.ipojo.test.composite.exporter, org.apache.felix.ipojo.test.composite.importer
|
| 87 | </Private-Package>
|
| 88 | <Test-Suite>
|
| 89 | org.apache.felix.ipojo.test.composite.importer.ImportTestSuite, org.apache.felix.ipojo.test.composite.exporter.ExportTestSuite
|
| 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 | bd57d11 | 2012-10-28 14:29:10 +0000 | [diff] [blame] | 97 | <version>${ipojo.manipulator.snapshot}</version>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 98 | <executions>
|
| 99 | <execution>
|
| 100 | <goals>
|
| 101 | <goal>ipojo-bundle</goal>
|
| 102 | </goals>
|
| 103 | <configuration>
|
| 104 | <ignoreAnnotations>true</ignoreAnnotations>
|
| 105 | </configuration>
|
| 106 | </execution>
|
| 107 | </executions>
|
| 108 | </plugin>
|
| 109 | </plugins>
|
| 110 | </build>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 111 | </project>
|