Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 1 | <!--
|
Clement Escoffier | 95358cb | 2011-08-18 11:36:08 +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 | c80b73d | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 9 |
|
Clement Escoffier | 95358cb | 2011-08-18 11:36:08 +0000 | [diff] [blame^] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Clement Escoffier | c80b73d | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 11 |
|
Clement Escoffier | 95358cb | 2011-08-18 11:36:08 +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 | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 18 | -->
|
Clement Escoffier | f4622e5 | 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 | 95358cb | 2011-08-18 11:36:08 +0000 | [diff] [blame^] | 21 | <parent> |
| 22 | <groupId>ipojo.tests</groupId> |
| 23 | <artifactId>ipojo.tests</artifactId> |
| 24 | <version>1.5.0-SNAPSHOT</version> |
| 25 | <relativePath>../../pom.xml</relativePath> |
| 26 | </parent> |
Clement Escoffier | f4622e5 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 27 |
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion>
|
| 29 | <packaging>bundle</packaging>
|
| 30 | <name>iPOJO Service Providing Test Suite</name>
|
| 31 | <artifactId>tests.core.ps</artifactId>
|
| 32 | <groupId>ipojo.tests</groupId>
|
Clement Escoffier | 345e79a | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 33 | <version>${ipojo.core.snapshot}</version>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 34 | <dependencies>
|
| 35 | <dependency>
|
| 36 | <groupId>org.apache.felix</groupId>
|
| 37 | <artifactId>org.apache.felix.ipojo</artifactId>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 38 | </dependency>
|
| 39 | <dependency>
|
| 40 | <groupId>org.apache.felix</groupId>
|
| 41 | <artifactId>org.apache.felix.ipojo.metadata</artifactId>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 42 | </dependency>
|
| 43 | <dependency>
|
Clement Escoffier | f4622e5 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 44 | <groupId>org.osgi</groupId>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 45 | <artifactId>org.osgi.core</artifactId>
|
Clement Escoffier | f4622e5 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 46 | </dependency>
|
| 47 | <dependency>
|
| 48 | <groupId>org.osgi</groupId>
|
| 49 | <artifactId>org.osgi.compendium</artifactId>
|
| 50 | <version>4.0.0</version>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 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 | </dependencies>
|
| 63 | <build>
|
| 64 | <plugins>
|
| 65 | <plugin>
|
| 66 | <groupId>org.apache.felix</groupId>
|
| 67 | <artifactId>maven-bundle-plugin</artifactId>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 68 | <extensions>true</extensions>
|
| 69 | <configuration>
|
| 70 | <instructions>
|
| 71 | <Export-Package>
|
| 72 | org.apache.felix.ipojo.test.scenarios.ps.service
|
| 73 | </Export-Package>
|
| 74 | <Bundle-SymbolicName>
|
Clement Escoffier | fe60690 | 2010-05-01 10:46:02 +0000 | [diff] [blame] | 75 | ${project.artifactId}
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 76 | </Bundle-SymbolicName>
|
| 77 | <Private-Package>
|
| 78 | org.apache.felix.ipojo.test*
|
| 79 | </Private-Package>
|
| 80 | <Test-Suite>
|
| 81 | org.apache.felix.ipojo.test.scenarios.ps.ProvidedServiceTestSuite
|
| 82 | </Test-Suite>
|
| 83 | </instructions>
|
| 84 | </configuration>
|
| 85 | </plugin>
|
| 86 | <plugin>
|
| 87 | <groupId>org.apache.felix</groupId>
|
| 88 | <artifactId>maven-ipojo-plugin</artifactId>
|
Clement Escoffier | 345e79a | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 89 | <version>${ipojo.core.snapshot}</version>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 90 | <executions>
|
| 91 | <execution>
|
| 92 | <goals>
|
| 93 | <goal>ipojo-bundle</goal>
|
| 94 | </goals>
|
| 95 | <configuration>
|
| 96 | <ignoreAnnotations>true</ignoreAnnotations>
|
| 97 | </configuration>
|
| 98 | </execution>
|
| 99 | </executions>
|
Clement Escoffier | fc0ef7a | 2010-05-04 15:22:36 +0000 | [diff] [blame] | 100 | <dependencies>
|
Clement Escoffier | 95358cb | 2011-08-18 11:36:08 +0000 | [diff] [blame^] | 101 | <dependency> |
| 102 | <groupId>org.apache.felix</groupId> |
| 103 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
| 104 | <version>${ipojo.core.snapshot}</version> |
| 105 | </dependency> |
Clement Escoffier | fc0ef7a | 2010-05-04 15:22:36 +0000 | [diff] [blame] | 106 | </dependencies>
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 107 | </plugin>
|
| 108 | <plugin>
|
| 109 | <groupId>org.apache.maven.plugins</groupId>
|
| 110 | <artifactId>maven-compiler-plugin</artifactId>
|
| 111 | <configuration>
|
| 112 | <source>1.4</source>
|
| 113 | <target>1.4</target>
|
| 114 | </configuration>
|
| 115 | </plugin>
|
Clement Escoffier | 86ea465 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 116 |
|
Clement Escoffier | 1d6dc4e | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 117 | <plugin>
|
| 118 | <groupId>org.apache.felix</groupId>
|
| 119 | <artifactId>maven-junit4osgi-plugin</artifactId>
|
| 120 | <version>1.1.0-SNAPSHOT</version>
|
| 121 | <executions>
|
| 122 | <execution>
|
| 123 | <goals>
|
| 124 | <goal>test</goal>
|
| 125 | </goals>
|
| 126 | <configuration>
|
| 127 | <configuration>
|
| 128 | <org.osgi.http.port>8083</org.osgi.http.port>
|
| 129 | </configuration>
|
| 130 | </configuration>
|
| 131 | </execution>
|
| 132 | </executions>
|
| 133 | </plugin>
|
| 134 | </plugins>
|
| 135 | </build>
|
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 136 | </project>
|