blob: fe7dd406975adee6a1a110d61401c7f39017d5e1 [file] [log] [blame]
Carsten Ziegelerc19e17c2008-01-03 09:15:17 +00001<!--
Clement Escoffiere50ede52008-03-28 15:33:36 +00002 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.
Carsten Ziegelerc19e17c2008-01-03 09:15:17 +000018-->
Clement Escoffier27080202008-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 Escoffiere50ede52008-03-28 15:33:36 +000020 <parent>
Clement Escoffiere50ede52008-03-28 15:33:36 +000021 <groupId>org.apache.felix</groupId>
Clement Escoffiera4142112008-03-29 15:04:02 +000022 <artifactId>felix</artifactId>
23 <version>1.0.2</version>
24 <relativePath>../../pom/pom.xml</relativePath>
Clement Escoffiere50ede52008-03-28 15:33:36 +000025 </parent>
Clement Escoffiera4142112008-03-29 15:04:02 +000026
Clement Escoffiere50ede52008-03-28 15:33:36 +000027 <modelVersion>4.0.0</modelVersion>
28 <artifactId>maven-ipojo-plugin</artifactId>
Clement Escoffiera4142112008-03-29 15:04:02 +000029 <groupId>org.apache.felix</groupId>
Clement Escoffier27080202008-05-18 22:20:33 +000030 <version>0.8.0</version>
Clement Escoffiere50ede52008-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 Escoffier65fd7342008-04-07 13:29:34 +000061 <groupId>org.apache.felix</groupId>
Clement Escoffiere50ede52008-03-28 15:33:36 +000062 <artifactId>org.apache.felix.ipojo.metadata</artifactId>
Clement Escoffier27080202008-05-18 22:20:33 +000063 <version>0.8.0</version>
Clement Escoffiere50ede52008-03-28 15:33:36 +000064 </dependency>
65 <dependency>
Clement Escoffier65fd7342008-04-07 13:29:34 +000066 <groupId>org.apache.felix</groupId>
Clement Escoffiere50ede52008-03-28 15:33:36 +000067 <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
Clement Escoffier27080202008-05-18 22:20:33 +000068 <version>0.8.0</version>
Clement Escoffiere50ede52008-03-28 15:33:36 +000069 </dependency>
70 </dependencies>
Clement Escoffier27080202008-05-18 22:20:33 +000071
72 <scm>
73 <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-0.8.0</connection>
74 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-0.8.0</developerConnection>
75 <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-0.8.0</url>
76 </scm>
Richard S. Hall7fa14152006-06-14 15:22:03 +000077</project>