blob: c987a018e98e45f88d1eb2ccb4cf787e11ea31e2 [file] [log] [blame]
Karl Pauls4ebe5082006-10-30 15:00:08 +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-->
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000019<project>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000020 <parent>
Alex Karasulubfd99962006-03-07 02:35:38 +000021 <artifactId>felix</artifactId>
22 <groupId>org.apache.felix</groupId>
Stuart McCulloch46f5ad62008-01-28 05:16:39 +000023 <version>1.0.2</version>
Karl Pauls3c9585f2007-07-12 08:36:56 +000024 <relativePath>../../../pom/pom.xml</relativePath>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000025 </parent>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000026 <modelVersion>4.0.0</modelVersion>
Michael E. Rodriguezcc926d62005-11-01 02:30:27 +000027 <groupId>org.apache.felix.plugins</groupId>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000028 <artifactId>maven-osgi-plugin</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000029 <version>0.9.0-SNAPSHOT</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000030 <packaging>maven-plugin</packaging>
31 <name>Maven OSGi Plugin</name>
Alex Karasulu7251fce2006-03-08 19:23:14 +000032
33 <repositories>
34 <!-- For snapshots (no release jars or non-apache jars) -->
35 <repository>
36 <id>apache.snapshots</id>
37 <name>Apache Snapshot Repository</name>
Trustin Leee8c786e2006-08-10 00:46:12 +000038 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
Alex Karasulu7251fce2006-03-08 19:23:14 +000039 </repository>
40 </repositories>
41
Richard S. Hall61e4a8e2007-02-15 07:18:57 +000042<!--
Trustin Leee8c786e2006-08-10 00:46:12 +000043 <pluginRepositories>
44 <pluginRepository>
45 <id>snapshots</id>
46 <name>snapshot plugins</name>
47 <url>http://snapshots.maven.codehaus.org/maven2</url>
48 </pluginRepository>
49 <pluginRepository>
50 <id>apache.snapshots</id>
51 <name>Apache Snapshot Plugins</name>
52 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
53 </pluginRepository>
54 </pluginRepositories>
Richard S. Hall61e4a8e2007-02-15 07:18:57 +000055-->
Trustin Leee8c786e2006-08-10 00:46:12 +000056
57 <distributionManagement>
58 <snapshotRepository>
59 <id>apache.snapshots</id>
60 <url>
61 scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
62 </url>
63 </snapshotRepository>
64 <repository>
65 <name>ASF Mirrored M2 Distributions</name>
66 <id>apache.snapshots</id>
67 <url>
68 scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
69 </url>
70 </repository>
71
72 </distributionManagement>
73
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000074 <dependencies>
75 <dependency>
76 <groupId>org.apache.maven</groupId>
Alex Karasulubfd99962006-03-07 02:35:38 +000077 <artifactId>maven-plugin-api</artifactId>
78 <version>2.0</version>
79 </dependency>
80 <dependency>
81 <groupId>org.apache.maven</groupId>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000082 <artifactId>maven-archiver</artifactId>
Richard S. Hall524390f2007-07-26 16:37:20 +000083 <version>2.2</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000084 </dependency>
85 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000086 <groupId>org.codehaus.plexus</groupId>
87 <artifactId>plexus-utils</artifactId>
Alex Karasulubfd99962006-03-07 02:35:38 +000088 <version>1.1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000089 </dependency>
90 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000091 <groupId>org.apache.maven</groupId>
92 <artifactId>maven-artifact</artifactId>
93 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000094 </dependency>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000095 </dependencies>
96</project>