blob: 7c4bb24ea50507a8bdc81ce7220ba4ca7245a05a [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">
Stuart McCulloch138a5a72011-06-28 01:12:48 +000020
Richard S. Hallfcc28442006-10-31 17:37:13 +000021 <parent>
Stuart McCullocha58cb522009-07-13 11:07:51 +000022 <artifactId>felix-parent</artifactId>
Richard S. Hallfcc28442006-10-31 17:37:13 +000023 <groupId>org.apache.felix</groupId>
Stuart McCulloch1714d162011-07-05 11:04:12 +000024 <version>2.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>
Stuart McCullochc9519252011-07-05 11:55:31 +000031 <version>2.4.0-SNAPSHOT</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000032 <packaging>maven-plugin</packaging>
Stuart McCulloch138a5a72011-06-28 01:12:48 +000033
Richard S. Halld5325232006-11-02 20:57:17 +000034 <name>Maven Bundle Plugin</name>
Stefano Lenzi476013d2007-09-21 23:59:54 +000035 <description>
Stuart McCulloch0f151952008-02-10 18:41:42 +000036 Provides a maven plugin that supports creating an OSGi bundle
37 from the contents of the compilation classpath along with its
38 resources and dependencies. Plus a zillion other features.
39 The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
Stefano Lenzi476013d2007-09-21 23:59:54 +000040 </description>
Stuart McCullochf29ef3f2008-12-04 07:58:07 +000041
Stuart McCulloch83e04542011-07-01 16:39:43 +000042 <scm>
Stuart McCullochc9519252011-07-05 11:55:31 +000043 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</connection>
44 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundleplugin</developerConnection>
45 <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
Stuart McCulloch83e04542011-07-01 16:39:43 +000046 </scm>
47
Stuart McCullochf29ef3f2008-12-04 07:58:07 +000048 <build>
49 <plugins>
50 <plugin>
51 <groupId>org.apache.maven.plugins</groupId>
52 <artifactId>maven-compiler-plugin</artifactId>
53 <configuration>
54 <source>1.5</source>
55 <target>1.5</target>
56 </configuration>
57 </plugin>
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +000058 <!-- TEMP: only needed while we include aQute.bndlib 1.47 (not yet on central) -->
59 <plugin>
60 <groupId>org.apache.rat</groupId>
61 <artifactId>apache-rat-plugin</artifactId>
62 <configuration>
63 <excludes>
64 <exclude>**/packageinfo</exclude>
65 <exclude>**/aQute/**</exclude>
66 </excludes>
67 </configuration>
68 </plugin>
Stuart McCullochf29ef3f2008-12-04 07:58:07 +000069 </plugins>
70 </build>
Stuart McCulloch138a5a72011-06-28 01:12:48 +000071
Richard S. Hallf3120092006-10-31 17:32:16 +000072 <dependencies>
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +000073<!--
Richard S. Hallf3120092006-10-31 17:32:16 +000074 <dependency>
Stuart McCulloch276eec82009-09-02 14:33:37 +000075 <groupId>biz.aQute</groupId>
76 <artifactId>bndlib</artifactId>
Stuart McCulloch35c25c32011-04-02 10:24:03 +000077 <version>1.43.0</version>
Stuart McCulloch276eec82009-09-02 14:33:37 +000078 </dependency>
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +000079-->
Stuart McCulloch276eec82009-09-02 14:33:37 +000080 <dependency>
Stuart McCullochbb8b9fa2008-02-17 16:07:14 +000081 <groupId>org.apache.felix</groupId>
Stuart McCulloche3c8f1d2011-06-27 22:58:20 +000082 <artifactId>org.apache.felix.bundlerepository</artifactId>
Stuart McCullochc9519252011-07-05 11:55:31 +000083 <version>1.6.7-SNAPSHOT</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000084 </dependency>
85 <dependency>
86 <groupId>org.apache.maven</groupId>
Stuart McCullochcdad75f2011-06-28 00:03:15 +000087 <artifactId>maven-core</artifactId>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000088 <version>2.0.7</version>
Richard S. Hallf3120092006-10-31 17:32:16 +000089 </dependency>
Stuart McCulloch55332cf2007-11-18 04:02:28 +000090 <dependency>
Stuart McCullochf978c532007-12-27 09:16:34 +000091 <groupId>org.apache.maven</groupId>
92 <artifactId>maven-archiver</artifactId>
Stuart McCulloche3c8f1d2011-06-27 22:58:20 +000093 <version>2.4.1</version>
Stuart McCullochbb8b9fa2008-02-17 16:07:14 +000094 </dependency>
95 <dependency>
Stuart McCullochf3f38b22009-09-02 18:57:05 +000096 <groupId>org.apache.maven.shared</groupId>
97 <artifactId>maven-dependency-tree</artifactId>
98 <version>1.2</version>
99 </dependency>
100 <dependency>
Stuart McCullochdd0d9ba2007-12-07 08:22:20 +0000101 <groupId>org.codehaus.plexus</groupId>
Stuart McCullochdd0d9ba2007-12-07 08:22:20 +0000102 <artifactId>plexus-utils</artifactId>
Stuart McCulloche3c8f1d2011-06-27 22:58:20 +0000103 <version>2.1</version>
Stuart McCullochdd0d9ba2007-12-07 08:22:20 +0000104 </dependency>
105 <dependency>
Stuart McCulloch55332cf2007-11-18 04:02:28 +0000106 <groupId>org.apache.maven.shared</groupId>
107 <artifactId>maven-plugin-testing-harness</artifactId>
108 <version>1.1</version>
109 <scope>test</scope>
110 </dependency>
Richard S. Hallf3120092006-10-31 17:32:16 +0000111 </dependencies>
Stuart McCullochf6c6eb52011-06-24 15:06:18 +0000112
Stuart McCulloch138a5a72011-06-28 01:12:48 +0000113 <reporting>
114 <plugins>
115 <plugin>
116 <groupId>org.apache.maven.plugins</groupId>
117 <artifactId>maven-plugin-plugin</artifactId>
118 <version>2.8</version>
119 </plugin>
120 <plugin>
121 <groupId>org.apache.maven.plugins</groupId>
122 <artifactId>maven-changes-plugin</artifactId>
123 <version>2.4</version>
124 <configuration>
125 <component>12311143</component>
126 <versionPrefix>maven-bundle-plugin-</versionPrefix>
127 <statusIds>Resolved,Closed</statusIds>
128 <maxEntries>1000</maxEntries>
129 <issueManagementSystems>
130 <issueManagementSystem>JIRA</issueManagementSystem>
131 </issueManagementSystems>
132 </configuration>
133 </plugin>
134 </plugins>
Stuart McCullochf6c6eb52011-06-24 15:06:18 +0000135 </reporting>
136
Richard S. Hallf3120092006-10-31 17:32:16 +0000137</project>