Carsten Ziegeler | c19e17c | 2008-01-03 09:15:17 +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 | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 19 | <project> |
| 20 | <parent> |
| 21 | <artifactId>felix</artifactId> |
| 22 | <groupId>org.apache.felix</groupId> |
Carsten Ziegeler | b7251fa | 2008-01-16 07:37:24 +0000 | [diff] [blame] | 23 | <version>1.0.2</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Clement Escoffier | ce688ee | 2007-09-26 09:00:40 +0000 | [diff] [blame] | 27 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | 6c6ae8d | 2007-09-25 13:27:49 +0000 | [diff] [blame] | 28 | <version>0.7.5-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 29 | <name>Apache Felix iPOJO Maven Plugin</name> |
| 30 | <packaging>maven-plugin</packaging> |
| 31 | <dependencies> |
| 32 | <dependency> |
| 33 | <groupId>org.apache.maven</groupId> |
| 34 | <artifactId>maven-plugin-api</artifactId> |
| 35 | <version>2.0</version> |
| 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>org.apache.maven</groupId> |
| 39 | <artifactId>maven-archiver</artifactId> |
| 40 | <version>2.0</version> |
| 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>org.codehaus.plexus</groupId> |
| 44 | <artifactId>plexus-utils</artifactId> |
| 45 | <version>1.1</version> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>org.apache.maven</groupId> |
| 49 | <artifactId>maven-artifact</artifactId> |
| 50 | <version>2.0</version> |
| 51 | </dependency> |
| 52 | <dependency> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 53 | <groupId>xerces</groupId> |
| 54 | <artifactId>xercesImpl</artifactId> |
| 55 | <version>2.4.0</version> |
| 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>${pom.groupId}</groupId> |
| 59 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | a237288 | 2007-10-30 10:38:44 +0000 | [diff] [blame] | 60 | <version>0.7.5-SNAPSHOT</version> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 61 | </dependency> |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 62 | <dependency> |
| 63 | <groupId>${pom.groupId}</groupId> |
| 64 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | 6c6ae8d | 2007-09-25 13:27:49 +0000 | [diff] [blame] | 65 | <version>0.7.5-SNAPSHOT</version> |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 66 | </dependency> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 67 | </dependencies> |
| 68 | </project> |