Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 1 | <!--
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +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 | 03e1db7 | 2010-05-01 10:21:51 +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 | 03e1db7 | 2010-05-01 10:21:51 +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 | ce0e1e5 | 2008-03-28 15:33:36 +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>
|
| 22 | <groupId>ipojo.tests</groupId>
|
| 23 | <artifactId>ipojo.tests</artifactId>
|
| 24 | <version>1.5.0-SNAPSHOT</version>
|
| 25 | </parent>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion>
|
| 27 | <packaging>bundle</packaging>
|
| 28 | <name>iPOJO Service Dependency Test Suite</name>
|
| 29 | <artifactId>tests.core.service.dependency</artifactId>
|
| 30 | <groupId>ipojo.tests</groupId>
|
| 31 | <version>1.5.0-SNAPSHOT</version>
|
| 32 | <dependencies>
|
| 33 | <dependency>
|
| 34 | <groupId>org.apache.felix</groupId>
|
| 35 | <artifactId>org.apache.felix.ipojo</artifactId>
|
Clement Escoffier | 2fdda12 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 36 | <version>1.7.0-SNAPSHOT</version>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 37 | </dependency>
|
| 38 | <dependency>
|
| 39 | <groupId>org.apache.felix</groupId>
|
| 40 | <artifactId>org.apache.felix.ipojo.metadata</artifactId>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 41 | </dependency>
|
| 42 | <dependency>
|
Clement Escoffier | 769c994 | 2009-12-26 11:15:42 +0000 | [diff] [blame] | 43 | <groupId>org.osgi</groupId>
|
| 44 | <artifactId>org.osgi.core</artifactId>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 45 | </dependency>
|
| 46 | <dependency>
|
| 47 | <groupId>junit</groupId>
|
| 48 | <artifactId>junit</artifactId>
|
| 49 | <version>3.8.1</version>
|
| 50 | </dependency>
|
| 51 | <dependency>
|
| 52 | <groupId>org.apache.felix</groupId>
|
| 53 | <artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
|
| 54 | <version>1.1.0-SNAPSHOT</version>
|
| 55 | </dependency>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame^] | 56 | <dependency>
|
| 57 | <groupId>org.osgi</groupId>
|
| 58 | <artifactId>org.osgi.compendium</artifactId>
|
| 59 | <version>4.0.0</version>
|
| 60 | </dependency>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 61 | </dependencies>
|
| 62 | <build>
|
| 63 | <plugins>
|
| 64 | <plugin>
|
| 65 | <groupId>org.apache.felix</groupId>
|
| 66 | <artifactId>maven-bundle-plugin</artifactId>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 67 | <extensions>true</extensions>
|
| 68 | <configuration>
|
| 69 | <instructions>
|
| 70 | <Export-Package>
|
| 71 | org.apache.felix.ipojo.test.scenarios.service.dependency.service
|
| 72 | </Export-Package>
|
| 73 | <Bundle-SymbolicName>
|
| 74 | ${pom.artifactId}
|
| 75 | </Bundle-SymbolicName>
|
| 76 | <Private-Package>
|
| 77 | org.apache.felix.ipojo.test*
|
| 78 | </Private-Package>
|
| 79 | <Test-Suite>
|
| 80 | org.apache.felix.ipojo.test.scenarios.service.dependency.DependencyTestSuite
|
| 81 | </Test-Suite>
|
| 82 | </instructions>
|
| 83 | </configuration>
|
| 84 | </plugin>
|
| 85 | <plugin>
|
| 86 | <groupId>org.apache.felix</groupId>
|
| 87 | <artifactId>maven-ipojo-plugin</artifactId>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 88 | <executions>
|
| 89 | <execution>
|
| 90 | <goals>
|
| 91 | <goal>ipojo-bundle</goal>
|
| 92 | </goals>
|
| 93 | <configuration>
|
| 94 | <ignoreAnnotations>true</ignoreAnnotations>
|
| 95 | </configuration>
|
| 96 | </execution>
|
| 97 | </executions>
|
| 98 | </plugin>
|
| 99 | <plugin>
|
| 100 | <groupId>org.apache.maven.plugins</groupId>
|
| 101 | <artifactId>maven-compiler-plugin</artifactId>
|
| 102 | <configuration>
|
| 103 | <source>1.4</source>
|
| 104 | <target>1.4</target>
|
| 105 | </configuration>
|
| 106 | </plugin>
|
Clement Escoffier | 2fdda12 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 107 |
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 108 | <plugin>
|
| 109 | <groupId>org.apache.felix</groupId>
|
| 110 | <artifactId>maven-junit4osgi-plugin</artifactId>
|
| 111 | <version>1.1.0-SNAPSHOT</version>
|
| 112 | <executions>
|
| 113 | <execution>
|
| 114 | <goals>
|
| 115 | <goal>test</goal>
|
| 116 | </goals>
|
| 117 | <configuration>
|
| 118 | <configuration>
|
| 119 | <org.osgi.http.port>8083</org.osgi.http.port>
|
| 120 | </configuration>
|
| 121 | </configuration>
|
| 122 | </execution>
|
| 123 | </executions>
|
| 124 | </plugin>
|
Clement Escoffier | c0db3a8 | 2009-11-29 10:06:36 +0000 | [diff] [blame] | 125 | </plugins>
|
| 126 | </build>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 127 | </project>
|