blob: f6d4833e31ecd139e59b23eb1ef2d68794c7eed1 [file] [log] [blame]
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00001<project>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +00002 <parent>
Alex Karasulubfd99962006-03-07 02:35:38 +00003 <artifactId>felix</artifactId>
4 <groupId>org.apache.felix</groupId>
Richard S. Hall8e1e6f32006-03-09 20:37:02 +00005 <version>0.8.0-SNAPSHOT</version>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +00006 </parent>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00007 <modelVersion>4.0.0</modelVersion>
Michael E. Rodriguezcc926d62005-11-01 02:30:27 +00008 <groupId>org.apache.felix.plugins</groupId>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00009 <artifactId>maven-osgi-plugin</artifactId>
10 <packaging>maven-plugin</packaging>
11 <name>Maven OSGi Plugin</name>
Alex Karasulu7251fce2006-03-08 19:23:14 +000012
13 <repositories>
14 <!-- For snapshots (no release jars or non-apache jars) -->
15 <repository>
16 <id>apache.snapshots</id>
17 <name>Apache Snapshot Repository</name>
18 <url>http://cvs.apache.org/maven-snapshot-repository</url>
19 </repository>
20 </repositories>
21
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000022 <dependencies>
23 <dependency>
24 <groupId>org.apache.maven</groupId>
Alex Karasulubfd99962006-03-07 02:35:38 +000025 <artifactId>maven-plugin-api</artifactId>
26 <version>2.0</version>
27 </dependency>
28 <dependency>
29 <groupId>org.apache.maven</groupId>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000030 <artifactId>maven-archiver</artifactId>
31 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000032 </dependency>
33 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000034 <groupId>org.codehaus.plexus</groupId>
35 <artifactId>plexus-utils</artifactId>
Alex Karasulubfd99962006-03-07 02:35:38 +000036 <version>1.1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000037 </dependency>
38 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000039 <groupId>org.apache.maven</groupId>
40 <artifactId>maven-artifact</artifactId>
41 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000042 </dependency>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000043 </dependencies>
44</project>