blob: bc0fa71b04f96e69021429631ca7b4f12a46992d [file] [log] [blame]
Clement Escoffier3482f242008-10-14 09:43:32 +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-->
Clement Escoffier0c6c7da2008-05-18 22:20:33 +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">
Clement Escoffierce0e1e52008-03-28 15:33:36 +000020 <parent>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000021 <groupId>org.apache.felix</groupId>
Clement Escoffier7d116ff2008-03-29 15:04:02 +000022 <artifactId>felix</artifactId>
23 <version>1.0.2</version>
24 <relativePath>../../pom/pom.xml</relativePath>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000025 </parent>
Clement Escoffier7d116ff2008-03-29 15:04:02 +000026
Clement Escoffierce0e1e52008-03-28 15:33:36 +000027 <modelVersion>4.0.0</modelVersion>
28 <artifactId>maven-ipojo-plugin</artifactId>
Clement Escoffier7d116ff2008-03-29 15:04:02 +000029 <groupId>org.apache.felix</groupId>
Clement Escoffier3482f242008-10-14 09:43:32 +000030 <version>1.0.0</version>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000031 <name>Apache Felix iPOJO Maven Plugin</name>
32 <packaging>maven-plugin</packaging>
33 <dependencies>
34 <dependency>
35 <groupId>org.apache.maven</groupId>
36 <artifactId>maven-plugin-api</artifactId>
37 <version>2.0</version>
38 <scope>compile</scope>
39 </dependency>
40 <dependency>
41 <groupId>org.apache.maven</groupId>
42 <artifactId>maven-archiver</artifactId>
43 <version>2.0</version>
44 </dependency>
45 <dependency>
46 <groupId>org.codehaus.plexus</groupId>
47 <artifactId>plexus-utils</artifactId>
48 <version>1.1</version>
49 </dependency>
50 <dependency>
51 <groupId>org.apache.maven</groupId>
52 <artifactId>maven-artifact</artifactId>
53 <version>2.0</version>
54 </dependency>
55 <dependency>
56 <groupId>xerces</groupId>
57 <artifactId>xercesImpl</artifactId>
58 <version>2.4.0</version>
59 </dependency>
60 <dependency>
Clement Escoffier4a12e332008-04-07 13:29:34 +000061 <groupId>org.apache.felix</groupId>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000062 <artifactId>org.apache.felix.ipojo.metadata</artifactId>
Clement Escoffier3482f242008-10-14 09:43:32 +000063 <version>1.0.0</version>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000064 </dependency>
65 <dependency>
Clement Escoffier4a12e332008-04-07 13:29:34 +000066 <groupId>org.apache.felix</groupId>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000067 <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
Clement Escoffier3482f242008-10-14 09:43:32 +000068 <version>1.0.0</version>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000069 </dependency>
70 </dependencies>
Clement Escoffiere7e28ea2008-10-14 09:02:35 +000071
Clement Escoffiere7e28ea2008-10-14 09:02:35 +000072</project>