blob: b4f5c77199e3b5f7668162d89d01b807af77a580 [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>
5 <version>0.8-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>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000012 <dependencies>
13 <dependency>
14 <groupId>org.apache.maven</groupId>
Alex Karasulubfd99962006-03-07 02:35:38 +000015 <artifactId>maven-plugin-api</artifactId>
16 <version>2.0</version>
17 </dependency>
18 <dependency>
19 <groupId>org.apache.maven</groupId>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000020 <artifactId>maven-archiver</artifactId>
21 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000022 </dependency>
23 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000024 <groupId>org.codehaus.plexus</groupId>
25 <artifactId>plexus-utils</artifactId>
Alex Karasulubfd99962006-03-07 02:35:38 +000026 <version>1.1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000027 </dependency>
28 <dependency>
Michael E. Rodriguez634d1a32005-11-01 02:18:06 +000029 <groupId>org.apache.maven</groupId>
30 <artifactId>maven-artifact</artifactId>
31 <version>2.0</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000032 </dependency>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000033 </dependencies>
34</project>