blob: 05f7069a986e29ab9be521bcf1df03f1c49aaf97 [file] [log] [blame]
Karl Paulsd140dd92006-11-02 22:22:49 +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-->
Carsten Ziegeler4fec0962008-01-11 16:13:31 +000019<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">
Richard S. Hallf3120092006-10-31 17:32:16 +000020
Richard S. Hallfcc28442006-10-31 17:37:13 +000021 <parent>
22 <artifactId>felix</artifactId>
23 <groupId>org.apache.felix</groupId>
Stuart McCullochd00e6242008-01-03 09:01:10 +000024 <version>1.0.1</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000025 <relativePath>../pom/pom.xml</relativePath>
Richard S. Hallfcc28442006-10-31 17:37:13 +000026 </parent>
27
Richard S. Hallf3120092006-10-31 17:32:16 +000028 <modelVersion>4.0.0</modelVersion>
Stefano Lenzi476013d2007-09-21 23:59:54 +000029
Richard S. Hall797bc982007-05-21 18:35:07 +000030 <artifactId>maven-bundle-plugin</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000031 <version>1.1.0-SNAPSHOT</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000032 <packaging>maven-plugin</packaging>
Stefano Lenzi476013d2007-09-21 23:59:54 +000033
Richard S. Halld5325232006-11-02 20:57:17 +000034 <name>Maven Bundle Plugin</name>
Stefano Lenzi476013d2007-09-21 23:59:54 +000035 <description>
36 Provides a maven plugin which allows the creation of an OSGi bundle by
37 embedding used packages as class or jars by inspecting the classpath used to
38 compile the bundle. Plus a zillion other features.
39 The plugin relies on the bnd tools, so to gather more information you can look
40 at is documentation http://www.aqute.biz/php/tools/bnd.php
41 </description>
Richard S. Hallf3120092006-10-31 17:32:16 +000042
43 <dependencies>
44 <dependency>
Stefano Lenzi476013d2007-09-21 23:59:54 +000045 <groupId>org.apache.felix</groupId>
46 <artifactId>maven-obr-plugin</artifactId>
47 <version>0.1.0-SNAPSHOT</version>
48 </dependency>
49 <dependency>
Richard S. Hallf3120092006-10-31 17:32:16 +000050 <groupId>biz.aQute</groupId>
Richard S. Hall6cf6f0b2007-04-10 16:50:31 +000051 <artifactId>bndlib</artifactId>
Stuart McCulloch0f84b352008-01-08 14:38:21 +000052 <version>0.0.227</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000053 </dependency>
54 <dependency>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000055 <groupId>org.apache.maven</groupId>
56 <artifactId>maven-project</artifactId>
57 <version>2.0.7</version>
58 </dependency>
59 <dependency>
60 <groupId>org.apache.maven</groupId>
61 <artifactId>maven-model</artifactId>
62 <version>2.0.7</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000063 </dependency>
64 <dependency>
65 <groupId>org.apache.maven</groupId>
66 <artifactId>maven-plugin-api</artifactId>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000067 <version>2.0.7</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000068 </dependency>
69 <dependency>
70 <groupId>org.apache.maven</groupId>
71 <artifactId>maven-artifact</artifactId>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000072 <version>2.0.7</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000073 </dependency>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000074 <dependency>
Stuart McCullochf978c532007-12-27 09:16:34 +000075 <groupId>org.apache.maven</groupId>
76 <artifactId>maven-archiver</artifactId>
77 <version>2.2</version>
78 </dependency>
79 <dependency>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000080 <groupId>org.apache.maven.shared</groupId>
81 <artifactId>maven-dependency-tree</artifactId>
Stuart McCulloch1e41b2e2007-12-20 04:51:36 +000082 <version>1.1</version>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000083 </dependency>
84 <dependency>
85 <groupId>org.apache.maven.shared</groupId>
86 <artifactId>maven-osgi</artifactId>
Stuart McCulloch257dfcd2007-12-20 15:16:38 +000087 <version>0.2.0</version>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000088 </dependency>
89 <dependency>
90 <groupId>org.codehaus.plexus</groupId>
91 <artifactId>plexus-container-default</artifactId>
92 <version>1.0-alpha-9-stable-1</version>
93 </dependency>
94 <dependency>
Stuart McCullochdd0d9ba2007-12-07 08:22:20 +000095 <groupId>org.codehaus.plexus</groupId>
96 <artifactId>plexus-archiver</artifactId>
97 <version>1.0-alpha-7</version>
98 </dependency>
99 <dependency>
100 <groupId>org.codehaus.plexus</groupId>
101 <artifactId>plexus-utils</artifactId>
102 <version>1.4.1</version>
103 </dependency>
104 <dependency>
Stuart McCulloch55332cf2007-11-18 04:02:28 +0000105 <groupId>org.apache.maven.shared</groupId>
106 <artifactId>maven-plugin-testing-harness</artifactId>
107 <version>1.1</version>
108 <scope>test</scope>
109 </dependency>
Richard S. Hallf3120092006-10-31 17:32:16 +0000110 </dependencies>
Stuart McCulloch55332cf2007-11-18 04:02:28 +0000111
Richard S. Hallf3120092006-10-31 17:32:16 +0000112</project>