blob: d2a98ac71ec0e5164d3ae0850c53af6d48f256c6 [file] [log] [blame]
Guillaume Nodet6896d702009-09-22 09:11:12 +00001<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">
Guillaume Nodet05fac962009-04-27 10:01:58 +00002
3 <!--
4
5 Licensed to the Apache Software Foundation (ASF) under one or more
6 contributor license agreements. See the NOTICE file distributed with
7 this work for additional information regarding copyright ownership.
8 The ASF licenses this file to You under the Apache License, Version 2.0
9 (the "License"); you may not use this file except in compliance with
10 the License. You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 -->
20
21 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
Guillaume Nodete692a962009-08-07 09:55:51 +000024 <groupId>org.apache.felix.karaf.features</groupId>
25 <artifactId>features</artifactId>
Guillaume Nodetdddb4e52010-06-15 09:09:47 +000026 <version>1.6.2</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000027 </parent>
28
Guillaume Nodete692a962009-08-07 09:55:51 +000029 <groupId>org.apache.felix.karaf.features</groupId>
30 <artifactId>org.apache.felix.karaf.features.management</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000031 <packaging>bundle</packaging>
Guillaume Nodetdddb4e52010-06-15 09:09:47 +000032 <version>1.6.2</version>
Guillaume Nodete692a962009-08-07 09:55:51 +000033 <name>Apache Felix Karaf :: Features Management</name>
Guillaume Nodet05fac962009-04-27 10:01:58 +000034
Guillaume Nodete73545e2009-09-18 20:25:06 +000035 <properties>
36 <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
37 </properties>
38
Guillaume Nodet05fac962009-04-27 10:01:58 +000039 <dependencies>
40 <dependency>
41 <groupId>org.apache.felix</groupId>
42 <artifactId>org.osgi.core</artifactId>
43 <scope>provided</scope>
44 </dependency>
45
46 <dependency>
47 <groupId>org.apache.felix</groupId>
48 <artifactId>org.osgi.compendium</artifactId>
49 <scope>provided</scope>
50 </dependency>
51
52 <dependency>
Guillaume Nodete692a962009-08-07 09:55:51 +000053 <groupId>org.apache.felix.karaf.features</groupId>
54 <artifactId>org.apache.felix.karaf.features.core</artifactId>
55 </dependency>
56
57 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +000058 <groupId>org.apache.felix</groupId>
59 <artifactId>org.apache.felix.bundlerepository</artifactId>
60 </dependency>
61
62 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +000063 <groupId>org.apache.felix.karaf.shell</groupId>
64 <artifactId>org.apache.felix.karaf.shell.console</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000065 </dependency>
66
67 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +000068 <groupId>org.apache.felix.karaf.shell</groupId>
69 <artifactId>org.apache.felix.karaf.shell.obr</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000070 </dependency>
71
72 <dependency>
Guillaume Nodet20cd92b2010-06-08 16:05:24 +000073 <groupId>org.apache.felix.karaf</groupId>
74 <artifactId>org.apache.felix.karaf.management</artifactId>
75 </dependency>
76
77 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +000078 <groupId>org.springframework.osgi</groupId>
79 <artifactId>spring-osgi-core</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +000080 <scope>test</scope>
Guillaume Nodet05fac962009-04-27 10:01:58 +000081 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +000082 <dependency>
83 <groupId>org.apache.servicemix.bundles</groupId>
84 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
85 <scope>test</scope>
86 </dependency>
87 <dependency>
88 <groupId>org.easymock</groupId>
89 <artifactId>easymock</artifactId>
90 <scope>test</scope>
91 </dependency>
Guillaume Nodet129433d2009-07-09 08:29:14 +000092 <dependency>
93 <groupId>org.slf4j</groupId>
94 <artifactId>slf4j-jdk14</artifactId>
95 <scope>test</scope>
96 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +000097 </dependencies>
98
99 <build>
100 <plugins>
101 <plugin>
102 <groupId>org.apache.felix</groupId>
103 <artifactId>maven-bundle-plugin</artifactId>
104 <configuration>
105 <instructions>
Chris Custine80977a92010-05-16 08:24:14 +0000106 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
Guillaume Nodete692a962009-08-07 09:55:51 +0000107 <Export-Package>
Chris Custine80977a92010-05-16 08:24:14 +0000108 ${project.artifactId}*;version=${project.version}
Guillaume Nodete692a962009-08-07 09:55:51 +0000109 </Export-Package>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000110 <Import-Package>
Chris Custine80977a92010-05-16 08:24:14 +0000111 !${project.artifactId}*,
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000112 javax.management,
113 javax.management.loading,
Guillaume Nodet129433d2009-07-09 08:29:14 +0000114 org.osgi.service.command,
115 org.apache.felix.gogo.commands,
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000116 org.apache.felix.karaf.shell.console,
Guillaume Nodet05fac962009-04-27 10:01:58 +0000117 *
118 </Import-Package>
Guillaume Nodete692a962009-08-07 09:55:51 +0000119 <Private-Package>org.apache.felix.karaf.features.management.internal</Private-Package>
Guillaume Nodet4e32cd62009-05-04 16:30:02 +0000120 <_versionpolicy>${bnd.version.policy}</_versionpolicy>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000121 </instructions>
122 </configuration>
123 </plugin>
124 </plugins>
125 </build>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000126</project>