Karl Pauls | d140dd9 | 2006-11-02 22:22:49 +0000 | [diff] [blame] | 1 | <!-- |
| 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. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 22 | |
Richard S. Hall | fcc2844 | 2006-10-31 17:37:13 +0000 | [diff] [blame] | 23 | <parent> |
| 24 | <artifactId>felix</artifactId> |
| 25 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 8baa593 | 2006-12-06 15:53:52 +0000 | [diff] [blame] | 26 | <version>0.9.0-incubator-SNAPSHOT</version> |
Richard S. Hall | fcc2844 | 2006-10-31 17:37:13 +0000 | [diff] [blame] | 27 | </parent> |
| 28 | |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 29 | <modelVersion>4.0.0</modelVersion> |
| 30 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame^] | 31 | <artifactId>maven-bundle-plugin</artifactId> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 32 | |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 33 | <packaging>maven-plugin</packaging> |
Richard S. Hall | d532523 | 2006-11-02 20:57:17 +0000 | [diff] [blame] | 34 | <name>Maven Bundle Plugin</name> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 35 | <description> provides a maven plugin that allows that builds the jar by |
| 36 | embedding packages from the classpath (wildcarded). Plus a zillion |
| 37 | other features. See http://www.aqute.biz/php/tools/bnd.php |
| 38 | </description> |
Richard S. Hall | 8baa593 | 2006-12-06 15:53:52 +0000 | [diff] [blame] | 39 | <version>0.9.0-incubator-SNAPSHOT</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 40 | |
| 41 | <dependencies> |
| 42 | <dependency> |
| 43 | <groupId>biz.aQute</groupId> |
Richard S. Hall | 6cf6f0b | 2007-04-10 16:50:31 +0000 | [diff] [blame] | 44 | <artifactId>bndlib</artifactId> |
Richard S. Hall | c354c41 | 2007-05-17 13:01:39 +0000 | [diff] [blame] | 45 | <version>0.0.140</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>junit</groupId> |
| 49 | <artifactId>junit</artifactId> |
| 50 | <version>3.8.1</version> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.apache.maven</groupId> |
| 54 | <artifactId>maven-plugin-api</artifactId> |
Richard S. Hall | 6cf6f0b | 2007-04-10 16:50:31 +0000 | [diff] [blame] | 55 | <version>2.0.6</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.apache.maven</groupId> |
| 59 | <artifactId>maven-archiver</artifactId> |
Richard S. Hall | 6cf6f0b | 2007-04-10 16:50:31 +0000 | [diff] [blame] | 60 | <version>2.2</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>org.apache.maven</groupId> |
| 64 | <artifactId>maven-artifact</artifactId> |
Richard S. Hall | 6cf6f0b | 2007-04-10 16:50:31 +0000 | [diff] [blame] | 65 | <version>2.0.6</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 66 | </dependency> |
Richard S. Hall | 6cf6f0b | 2007-04-10 16:50:31 +0000 | [diff] [blame] | 67 | <dependency> |
| 68 | <groupId>org.apache.maven.shared</groupId> |
| 69 | <artifactId>maven-dependency-tree</artifactId> |
Richard S. Hall | 3e0fda3 | 2007-04-27 17:03:49 +0000 | [diff] [blame] | 70 | <version>1.0</version> |
Richard S. Hall | 6cf6f0b | 2007-04-10 16:50:31 +0000 | [diff] [blame] | 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.apache.maven.shared</groupId> |
| 74 | <artifactId>maven-plugin-testing-harness</artifactId> |
Richard S. Hall | 3e0fda3 | 2007-04-27 17:03:49 +0000 | [diff] [blame] | 75 | <version>1.0</version> |
Richard S. Hall | 6cf6f0b | 2007-04-10 16:50:31 +0000 | [diff] [blame] | 76 | <scope>test</scope> |
| 77 | </dependency> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 78 | </dependencies> |
| 79 | </project> |