blob: 4b214c117e926a3354fc942bfabdb12b88481ced [file] [log] [blame]
Stefano Lenziaf45c332008-07-08 16:59:54 +00001<?xml version="1.0" encoding="UTF-8"?>
Carsten Ziegelerb61fe0e2008-01-03 09:24:12 +00002<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
Stefano Lenziaf45c332008-07-08 16:59:54 +000020<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21 <parent>
Stefano Lenzi3897e472009-05-17 16:04:39 +000022 <artifactId>felix-parent</artifactId>
Stefano Lenziaf45c332008-07-08 16:59:54 +000023 <groupId>org.apache.felix</groupId>
Stefano Lenzi3897e472009-05-17 16:04:39 +000024 <version>1.2.0</version>
Stefano Lenziaf45c332008-07-08 16:59:54 +000025 <relativePath>../../pom/pom.xml</relativePath>
26 </parent>
Stefano Lenzif6c6d702008-09-10 20:48:02 +000027
Stefano Lenziaf45c332008-07-08 16:59:54 +000028 <modelVersion>4.0.0</modelVersion>
29 <groupId>org.apache.felix</groupId>
30 <artifactId>org.apache.felix.upnp.tester</artifactId>
31 <packaging>bundle</packaging>
32 <name>Apache Felix UPnP Tester</name>
Stefano Lenzib49f2662009-05-17 16:16:44 +000033 <version>0.5.0-SNAPSHOT</version>
Stefano Lenzif6c6d702008-09-10 20:48:02 +000034
Stefano Lenziaf45c332008-07-08 16:59:54 +000035 <build>
36 <plugins>
37 <plugin>
38 <groupId>org.apache.felix</groupId>
39 <artifactId>maven-bundle-plugin</artifactId>
Stefano Lenziaf45c332008-07-08 16:59:54 +000040 <extensions>true</extensions>
41 <configuration>
42 <instructions>
43 <Bundle-Name>${pom.name}</Bundle-Name>
Carsten Ziegelercf6e51b2008-04-17 06:33:59 +000044 <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
Stefano Lenziaf45c332008-07-08 16:59:54 +000045 <Bundle-Author><![CDATA[Matteo Demuru <demuru@apache.org>,Francesco Furfari <furfari@apache.org>,Stefano "Kismet" Lenzi <lenzi@apache.org>]]></Bundle-Author>
46 <Bundle-Description>
47 OSGi Generic Control Point to control UPnPDevice services
48 </Bundle-Description>
49 <Bundle-SymbolicName>org.apache.felix.upnp.tester</Bundle-SymbolicName>
50 <Bundle-Activator>org.apache.felix.upnp.tester.Activator</Bundle-Activator>
51 <Private-Package>org.apache.felix.upnp.tester.*</Private-Package>
52 <Import-Package>*</Import-Package>
53 </instructions>
54 </configuration>
55 </plugin>
Stefano Lenzi3872d742009-05-22 16:01:40 +000056 <plugin>
57 <groupId>org.ops4j</groupId>
58 <artifactId>maven-pax-plugin</artifactId>
59 <configuration>
60 <provision>
61 <provision>mvn:org.apache.felix/org.apache.felix.upnp.basedriver/0.8.0@nostart</provision>
62 <provision>mvn:org.apache.felix/org.apache.felix.upnp.tester</provision>
63 <provision>mvn:org.apache.felix/javax.servlet</provision>
64 </provision>
65 </configuration>
66 </plugin>
Stefano Lenziaf45c332008-07-08 16:59:54 +000067 </plugins>
68 </build>
Stefano Lenzif6c6d702008-09-10 20:48:02 +000069
Stefano Lenziaf45c332008-07-08 16:59:54 +000070 <dependencies>
71 <dependency>
Stefano Lenzif6c6d702008-09-10 20:48:02 +000072 <groupId>org.apache.felix</groupId>
Stefano Lenziaf45c332008-07-08 16:59:54 +000073 <artifactId>org.osgi.core</artifactId>
Stefano Lenzif6c6d702008-09-10 20:48:02 +000074 <version>1.0.0</version>
Stefano Lenziaf45c332008-07-08 16:59:54 +000075 <scope>provided</scope>
76 </dependency>
77 <dependency>
Stefano Lenzif6c6d702008-09-10 20:48:02 +000078 <groupId>org.apache.felix</groupId>
Stefano Lenziaf45c332008-07-08 16:59:54 +000079 <artifactId>org.osgi.compendium</artifactId>
Carsten Ziegelerc340ecf2008-01-28 07:21:59 +000080 <version>1.0.0</version>
Stefano Lenziaf45c332008-07-08 16:59:54 +000081 <scope>provided</scope>
82 </dependency>
83 <dependency>
84 <groupId>org.apache.felix</groupId>
85 <artifactId>org.apache.felix.upnp.basedriver</artifactId>
86 <version>0.8.0</version>
Stefano Lenziaf45c332008-07-08 16:59:54 +000087 </dependency>
Stefano Lenzif6c6d702008-09-10 20:48:02 +000088 <!-- dependency>
Stefano Lenziaf45c332008-07-08 16:59:54 +000089 Note: this dependency might be restored when (if) a converter utility will be exposed by extra bundle.
90 So far Tester uses the Converter class of the basedriver (it should be fixed)
91 <groupId>org.apache.felix</groupId>
92 <artifactId>org.apache.felix.upnp.extra</artifactId>
93 <version>0.3.0-SNAPSHOT</version>
94 <scope>provided</scope>
95 </dependency -->
96 </dependencies>
97</project>
98