blob: 1a9b306d229bf707b3823304e8cba04421fb122c [file] [log] [blame]
Carsten Ziegelerc19e17c2008-01-03 09:15:17 +00001<!--
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
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
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.
18-->
Richard S. Hall7fa14152006-06-14 15:22:03 +000019<project>
20 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix</artifactId>
Carsten Ziegelerc19e17c2008-01-03 09:15:17 +000023 <version>1.0.1</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000024 <relativePath>../../pom/pom.xml</relativePath>
Richard S. Hall7fa14152006-06-14 15:22:03 +000025 </parent>
26 <modelVersion>4.0.0</modelVersion>
Richard S. Hall8c011c62007-04-17 14:31:35 +000027 <packaging>bundle</packaging>
Richard S. Hall7fa14152006-06-14 15:22:03 +000028 <name>Apache Felix iPOJO</name>
29 <artifactId>org.apache.felix.ipojo</artifactId>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +000030 <version>0.7.5-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000031 <dependencies>
32 <dependency>
33 <groupId>${pom.groupId}</groupId>
34 <artifactId>org.osgi.core</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000035 <version>1.1.0-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000036 </dependency>
37 <dependency>
Richard S. Hall0b8ba0f2007-05-18 15:13:47 +000038 <groupId>${pom.groupId}</groupId>
39 <artifactId>org.osgi.compendium</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000040 <version>0.9.0-SNAPSHOT</version>
Richard S. Hall0b8ba0f2007-05-18 15:13:47 +000041 </dependency>
42 <dependency>
Richard S. Hall7fa14152006-06-14 15:22:03 +000043 <groupId>${pom.groupId}</groupId>
44 <artifactId>org.apache.felix.ipojo.metadata</artifactId>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +000045 <version>0.7.5-SNAPSHOT</version>
Clement Escoffierace86c52007-06-24 17:44:53 +000046 </dependency>
47 <dependency>
48 <groupId>${pom.groupId}</groupId>
49 <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +000050 <version>0.7.5-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000051 </dependency>
52 </dependencies>
53 <build>
54 <plugins>
55 <plugin>
Richard S. Hall8c011c62007-04-17 14:31:35 +000056 <groupId>org.apache.felix</groupId>
Richard S. Hall797bc982007-05-21 18:35:07 +000057 <artifactId>maven-bundle-plugin</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000058 <version>1.1.0-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000059 <extensions>true</extensions>
60 <configuration>
Richard S. Hall8c011c62007-04-17 14:31:35 +000061 <instructions>
62 <Bundle-Name>iPOJO</Bundle-Name>
63 <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor>
64 <Bundle-Description> iPOJO </Bundle-Description>
Clement Escoffier2e351122007-07-02 11:36:35 +000065 <Bundle-Activator>org.apache.felix.ipojo.Extender</Bundle-Activator>
Richard S. Hall8c011c62007-04-17 14:31:35 +000066 <Import-Package>
Richard S. Hall0b8ba0f2007-05-18 15:13:47 +000067 org.osgi.framework,
68 org.osgi.service.cm,
Clement Escoffierb28f53d2007-09-20 07:50:53 +000069 org.osgi.service.log,
70 !org.objectweb.asm*
Richard S. Hall8c011c62007-04-17 14:31:35 +000071 </Import-Package>
72 <Private-Package>
Clement Escoffierace86c52007-06-24 17:44:53 +000073 org.apache.felix.ipojo.manipulation,
Richard S. Hall8c011c62007-04-17 14:31:35 +000074 org.apache.felix.ipojo.composite.architecture,
75 org.apache.felix.ipojo.composite.service*,
Richard S. Hall0b8ba0f2007-05-18 15:13:47 +000076 org.apache.felix.ipojo.composite.instance,
Richard S. Hall8c011c62007-04-17 14:31:35 +000077 org.apache.felix.ipojo.handlers.architecture,
78 org.apache.felix.ipojo.handlers.configuration,
79 org.apache.felix.ipojo.handlers.dependency.nullable,
80 org.apache.felix.ipojo.handlers.lifecycle.callback,
Clement Escoffier3d5ee8e2007-08-17 07:53:40 +000081 org.apache.felix.ipojo.handlers.lifecycle.controller,
Clement Escoffierb28f53d2007-09-20 07:50:53 +000082 org.objectweb.asm*;-split-package:=merge-first
Richard S. Hall8c011c62007-04-17 14:31:35 +000083 </Private-Package>
84 <Export-Package>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +000085 org.apache.felix.ipojo; version="0.7.5",
86 org.apache.felix.ipojo.metadata; version="0.7.5",
87 org.apache.felix.ipojo.architecture; version="0.7.5",
88 org.apache.felix.ipojo.parser; version="0.7.5",
89 org.apache.felix.ipojo.util; version="0.7.5",
90 org.apache.felix.ipojo.handlers.dependency; version="0.7.5",
91 org.apache.felix.ipojo.handlers.providedservice; version="0.7.5",
92 org.apache.felix.ipojo.composite; version="0.7.5",
Richard S. Hall0b8ba0f2007-05-18 15:13:47 +000093 org.osgi.service.cm,
94 org.osgi.service.log
Richard S. Hall8c011c62007-04-17 14:31:35 +000095 </Export-Package>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +000096 <_donotcopy>(CVS|.svn|.+.bak|~.+|metadata.xml)</_donotcopy>
Richard S. Hall8c011c62007-04-17 14:31:35 +000097 </instructions>
Richard S. Hall7fa14152006-06-14 15:22:03 +000098 </configuration>
99 </plugin>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +0000100 <plugin>
101 <groupId>org.apache.felix</groupId>
Clement Escoffier1bcd6c32007-09-26 09:00:29 +0000102 <artifactId>maven-ipojo-plugin</artifactId>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +0000103 <version>${pom.version}</version>
104 <executions>
105 <execution>
106 <goals>
107 <goal>ipojo-bundle</goal>
108 </goals>
109 <configuration>
110 <metadata>metadata.xml</metadata>
Clement Escoffier97f48142007-10-19 10:41:11 +0000111 <ignoreAnnotations>true</ignoreAnnotations>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +0000112 </configuration>
113 </execution>
114 </executions>
115 </plugin>
Richard S. Hall7fa14152006-06-14 15:22:03 +0000116 </plugins>
117 </build>
118</project>